Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6828b9df5aac1848766a75f675770224d41d22d6
/
.
/
Tests
/
Architecture
/
bar.c
blob: 37946c7b8224a7c6166adaa9bb08532dc9b21d9e [
file
] [
log
] [
blame
]
extern
int
foo
(
void
);
int
main
()
{
return
foo
();
}