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