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