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
/
Case2
/
foo2b.c
blob: 34d69441188f95b2aa3a48973cf13e4b18416550 (
plain
)
1
2
extern
int
foo3b
(
void
);
int
foo2b
(
void
) {
return
foo3b
(); }