Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
033dc7ee2f02b0ebdfd1bc4edbcb24d1fc8c4152
/
.
/
Tests
/
RuntimePath
/
bar1.c
blob: 5dc5ec9f75bf429f8d4e7d2208922b470cb1d837 [
file
]
extern
int
foo1
();
int
bar1
()
{
return
foo1
();
}