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