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
/
public-req-private
/
pub.cxx
blob: 6ff2d2387696ef93ab35c7ee79a0f5c1eb9fb36a (
plain
)
1
2
3
4
5
6
7
8
export module pub
;
import priv
;
export
int
f
()
{
return
g
();
}