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