Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
circular
/
circular-a.cppm
blob: eea842b02acbd9ce020dd5a8417eb42cbfc5ec2f [
file
] [
edit
]
export
module
a
;
import
b
;
export
int
a
()
{
return
b
();
}