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: 6bffaa866aa1546a903da617d68797355159f122 (
plain
)
1
2
3
4
5
6
7
8
void
OneFunc
();
void
NoDepZ_func
();
void
TwoFunc
()
{
OneFunc
();
NoDepZ_func
();
}