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
/
Case1
/
c2.c
blob: 826c746c87c9bed207035c55811881aec8c12375 (
plain
)
1
2
3
4
5
6
extern
int
b2
(
void
);
int
c2
(
void
)
{
return
b2
() +
1
;
}