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