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