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