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
/
LinkLineOrder
/
Two.c
blob: 794c0235024d6e2a14d04f5f9fae452ad041aca2 (
plain
)
1
2
3
4
5
6
7
void
OneFunc
();
void
TwoFunc
()
{
OneFunc
();
NoDepZ_func
();
}