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