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