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