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
/
bar1.c
blob: ebad8d20c0f2e9ac65bcdd1b2bc451b7c4f98fbc (
plain
)
1
2
extern
int
foo1
();
int
bar1
() {
return
foo1
(); }