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
/
d.cxx
blob: 78bc5baa2ad36d5efd12c82d4bc51af29a0f4e05 (
plain
)
1
2
3
4
5
6
7
export module d
;
import c
;
export
int
d
()
{
return
c
();
}