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
/
foo2.c
blob: 601923663e30a20b8b3d525f13444bda1fa3baed (
plain
)
1
2
extern
int
foo3
(
void
);
int
foo2
(
void
) {
return
foo3
(); }