Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f2b438cb0afb577ee87c8bc2295ed3d263fc85f2
/
.
/
Tests
/
Dependency
/
Case2
/
bar2.c
blob: 00ed4831cae61fd60d32c5ffa6555ff58ba3e571 [
file
]
extern
int
bar3
(
void
);
int
bar2
(
void
)
{
return
bar3
();
}