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