Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CXXModules
/
sources
/
module.cxx
blob: 37eedebd2c5d2e7b67038df145ba09c724df5de6 [
file
]
export
module M
;
export
import
M
:
part
;
import
M
:
internal_part
;
int
f
();