Sign in
fuchsia
/
third_party
/
cmake
/
85fc81c61da699e7f63386d4578cc7b387040488
/
.
/
Tests
/
RunCMake
/
AppleTextStubs
/
main.c
blob: dc5ce3d1019b456ab28ef70c4809c182635e3636 [
file
] [
log
] [
blame
]
extern
int
foo
(
void
);
int
main
()
{
return
foo
();
}