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