Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
9081e73104e7f368813c82d45a6046d94d9c15f9
/
.
/
Tests
/
LinkLanguage
/
LinkLanguage.c
blob: 18ddb7826fb06119c1518443a61554ed8a1104ae [
file
]
extern
int
foo
(
void
);
int
main
(
void
)
{
return
foo
();
}