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: 5dc5ec9f75bf429f8d4e7d2208922b470cb1d837 (
plain
)
1
2
3
4
5
extern
int
foo1
();
int
bar1
()
{
return
foo1
();
}