Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f2b438cb0afb577ee87c8bc2295ed3d263fc85f2
/
.
/
Tests
/
Dependency
/
Case3
/
foo2.c
blob: 9bbb5d7e9022daa48b89062364a6f44aa20f4b02 [
file
]
extern
int
foo1b
(
void
);
int
foo2
(
void
)
{
return
foo1b
();
}