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
/
foo1.c
blob: d476f2c77b2f57eae60be22263f04e43d6b97a32 (
plain
)
1
2
3
4
5
extern
int
foo2
(
void
);
int
foo1
(
void
)
{
return
foo2
();
}