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
/
b.cxx
blob: 38ab0c2feb014d3023234f20f82a3c3dfbe922df (
plain
)
1
2
3
4
5
6
7
export module b
;
import a
;
export
int
b
()
{
return
a
();
}