Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c7207292532c7e572be52ec79fca7b446fd151f4
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
deep-chain
/
c.cxx
blob: 580a458f3a2773d0ad8538f55ae073fb97b01d25 [
file
]
export
module c
;
import
b
;
export
int
c
()
{
return
b
();
}