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