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: 60d5e686a77fef839c8a12dea3c6db33d7c538d6 (
plain
)
1
2
extern
int
foo2
();
int
bar2
() {
return
foo2
(); }