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