Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dbfa449f080774fa24eaa5fa2edbee2d32405db3
/
.
/
Tests
/
Dependency
/
Case3
/
foo1.c
blob: d476f2c77b2f57eae60be22263f04e43d6b97a32 [
file
]
extern
int
foo2
(
void
);
int
foo1
(
void
)
{
return
foo2
();
}