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