Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
generated
/
importable.cxx.in
blob: a9287d7fa5a39d78ac6611f3d2fef8e6c78f8635 [
file
]
export
module
importable
;
export
int
from_import
()
{
return
0
;
}