Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
Dependency
/
Case3
/
bar.c
blob: 62959c1cb11f026606d82f6e58fd2e6b859fe369 [
file
]
extern
int
foo1
(
void
);
int
main
(
void
)
{
return
foo1
();
}