Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ffe0edc09287c730853d799c42fbb38e92bbd5bf
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
circular
/
circular-b.cppm
blob: fc6dc428e8952b7c0d60d80646586a285f530ffa [
file
]
export
module
b
;
import
a
;
export
int
b
()
{
return
a
();
}