Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
491ecd47ceebaa3ff136df223d4f4112ff577b33
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
same-src-name
/
main.cxx
blob: 30f2250d31a4122d13f49fe419d528fdc08709da [
file
] [
log
] [
blame
]
import
a
.
same
;
import
b
.
same
;
int
main
()
{
return
a_same
()
+
b_same
();
}