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