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
/
NoDepC.c
blob: 00c1af41930c03dc20091a44a65a25dc5282488b (
plain
)
1
2
3
4
5
6
7
// depends on NoDepA
void
NoDepA_func
();
void
NoDepC_func
()
{
NoDepA_func
();
}