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.cxx
blob: a631354cf5a66bd506dd2c2058479e9cde99e27a (
plain
)
1
2
3
4
5
export module M
;
export import M
:
part
;
import M
:
internal_part
;
int
f
();