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