Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
target-objects
/
importable.cxx
blob: 1aee1a6f23d4868e142e3de76b1a5bdbbf30e64d [
file
]
export
module importable
;
export
int
from_import
()
{
return
0
;
}
extern
"C++"
{
int
f
()
{
return
from_import
();
}
}