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