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
/
deep-chain
/
c.cxx
blob: 580a458f3a2773d0ad8538f55ae073fb97b01d25 (
plain
)
1
2
3
4
5
6
7
export module c
;
import b
;
export
int
c
()
{
return
b
();
}