Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
16c8ec8ec79a0039b31b0bb34798a2dbd4e3394c
/
.
/
Tests
/
RuntimePath
/
bar2.c
blob: a117f6fd765f64827cb3b95550b9182324108319 [
file
]
extern
int
foo2
(
void
);
int
bar2
(
void
)
{
return
foo2
();
}