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