Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a0d8556bf7600a11e7ead052d926ab5884256d09
/
.
/
Tests
/
Dependency
/
Case2
/
foo1c.c
blob: af03dec684a0b3dea60e7feeda56e72395854af2 [
file
]
extern
int
foo2c
(
void
);
int
foo1c
(
void
)
{
return
foo2c
();
}