Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
1e20dd137b9d26de66cd17328c43066b8d827fbe
/
.
/
Tests
/
RunCMake
/
AppleTextStubs
/
main.c
blob: dc5ce3d1019b456ab28ef70c4809c182635e3636 [
file
]
extern
int
foo
(
void
);
int
main
()
{
return
foo
();
}