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