Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c7207292532c7e572be52ec79fca7b446fd151f4
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
exp-usage-install
/
importable.cxx
blob: 8dfc41bee5b8f37765a5fb727160d7a618267184 [
file
]
export
module importable
;
extern
"C++"
{
int
forwarding
();
}
export
int
from_import
()
{
return
forwarding
();
}