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