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