Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
vs-without-flags
/
module.cxx
blob: 27a61a6ea6c0bff116bfafc30f720dfd3cecbd7b [
file
]
export
module mod
;
export
int
f
()
{
return
0
;
}