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