Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e107fd0713c93f8b7d5be54552b51b1632b34f8c
/
.
/
Tests
/
RunCMake
/
CXXModules
/
sources
/
module.cxx
blob: 37eedebd2c5d2e7b67038df145ba09c724df5de6 [
file
] [
log
] [
blame
]
export
module M
;
export
import
M
:
part
;
import
M
:
internal_part
;
int
f
();