repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
daily update
[binutils.git]
/
ld
/
testsuite
/
ld-elfvers
/
vers3.c
blob
dbb4dafedc7a995bf8a0077a22d8dbe4e14dbe3e
1
/*
2
* Main program for test1, test2.
3
*/
4
#include <stdio.h>
5
6
extern
int
show_foo
();
7
8
int
9
main
()
10
{
11
printf
(
"%d
\n
"
,
show_foo
());
12
return
0
;
13
}