index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
CXXModules
/
examples
/
circular
/
circular-a.cppm
blob: eea842b02acbd9ce020dd5a8417eb42cbfc5ec2f (
plain
)
1
2
3
4
5
6
export module a; import b; export int a() { return b(); }