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
/
Case2
/
bar2.c
blob: 00ed4831cae61fd60d32c5ffa6555ff58ba3e571 (
plain
)
1
2
3
4
5
extern
int
bar3
(
void
);
int
bar2
(
void
)
{
return
bar3
();
}