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
/
Exec1.c
blob: 1948129603d7b4c070e97f59a65d20e9ef085cfe (
plain
)
1
2
3
4
5
6
7
8
// Directly depends on One
void
OneFunc
();
int
main
()
{
OneFunc
();
return
0
;
}