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
/
same-src-name
/
a
/
same.cxx
blob: 8aa79cb28861480ca424e995d387bff5b1439e7a (
plain
)
1
2
3
4
5
export module a
.
same
;
export
int
a_same
()
{
return
0
;
}