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