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: fdeb2bf31704d5ea7b6bec9f2a3976f949d85e38 (
plain
)
1
2
3
4
5
6
extern
int
c2
(
void
);
int
d
(
void
)
{
return
c2
() +
2
;
}