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