repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
STYLE: Nightly Date Stamp
[cmake.git]
/
Tests
/
LinkLine
/
Exec.c
blob
807a7a8cc6c7a37fd8bf996aed929a73d0f9425c
1
void
OneFunc
();
2
void
TwoFunc
();
3
4
int
main
()
5
{
6
OneFunc
();
7
TwoFunc
();
8
return
0
;
9
}