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