Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b8916bca0c46ffc2dab3158ea43a90442d25e98c
/
.
/
Tests
/
RunCMake
/
CXXModules
/
examples
/
deep-chain
/
d.cxx
blob: 78bc5baa2ad36d5efd12c82d4bc51af29a0f4e05 [
file
] [
log
] [
blame
]
export
module d
;
import
c
;
export
int
d
()
{
return
c
();
}