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
Update contributors list for update of alpha-vms bfd.
[binutils.git]
/
ld
/
testsuite
/
ld-elfvers
/
vers19.c
blob
c1bf27a8139144a944be2b1020010de4ec9043f4
1
#include <stdio.h>
2
3
extern
int
show_foo
();
4
5
int
6
main
()
7
{
8
printf
(
"%d
\n
"
,
show_foo
());
9
return
0
;
10
}