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
/
RuntimePath
/
bar2.c
blob: 9035489b66718060e82d15341a39ae2e0c355fda (
plain
)
1
2
3
4
5
extern
int
foo2
();
int
bar2
()
{
return
foo2
();
}