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