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
/
non-trivial-collation-order
/
target_level
/
target2.cxx
blob: 52c87dc1b8b646e3ce59cd97eb1144478f37f9b1 (
plain
)
1
2
3
4
5
6
7
export module target2
;
import target1
;
export
int
target2
()
{
return
target1
();
}