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