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