index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
Dependency
/
Case3
/
bar.c
blob: 62959c1cb11f026606d82f6e58fd2e6b859fe369 (
plain
)
1
2
3
4
5
extern
int
foo1
(
void
);
int
main
(
void
)
{
return
foo1
();
}