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