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