Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4e02834eee07c20e2ddcb03e233925fc35fc040d
/
.
/
Tests
/
RuntimePath
/
bar2.c
blob: 9035489b66718060e82d15341a39ae2e0c355fda [
file
]
extern
int
foo2
();
int
bar2
()
{
return
foo2
();
}