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
/
Exec2.c
blob: 013d94e8f893c18faad2ea9ffba4496410563679 (
plain
)
1
2
3
4
5
6
7
8
// Directly depends on Two
void
TwoFunc
();
int
main
()
{
TwoFunc
();
return
0
;
}