repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CVS resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Tests
/
LinkLineOrder
/
Exec2.c
blob
91b85758e443c1cf9f5a27352f1e5afd109799a3
1
/* Directly depends on Two */
2
void
TwoFunc
();
3
4
int
main
()
5
{
6
TwoFunc
();
7
return
0
;
8
}