Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a914434d52fca46b23f139dd4be1f4e22cbd5fe4
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
main_bundle.cpp
blob: 11834ac56dee404d57dc951c378081c88de96b11 [
file
]
extern
void
foo
();
int
main
()
{
foo
();
return
0
;
}