Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d8f574f35d2fc5dc4c385be14365fcb2e322ef4e
/
.
/
Tests
/
RuntimePath
/
main.c
blob: c71ee0639e197a56cf568d4207135455ce6f6052 [
file
]
extern
int
bar1
();
int
main
()
{
return
bar1
();
}