index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
CXXModules
/
examples
/
internal-partitions
/
partition.cxx
blob: b15f53c5aea159a4aca83b612e5b4df46261ece6 (
plain
)
1
2
3
4
5
6
module importable
:
internal_partition
;
int
from_partition
()
{
return
0
;
}