Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e0c02bc3cfa272bc833cfecee1bcfcf66fe73151
/
.
/
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
();
}
}