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