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