Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
Dependency
/
Case2
/
foo2.c
blob: 587c77aedb78a4a820afde163959c27f3b5a0109 [
file
] [
log
] [
blame
] [
edit
]
extern
int
foo3
(
void
);
int
foo2
(
void
)
{
return
foo3
();
}