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
/
sources
/
module-impl.cxx
blob: 4718999160a68f9bd9b9ad51a82c113da6f6b0d9 (
plain
)
1
2
3
4
5
6
module M
;
int
f
()
{
return
0
;
}