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
/
vers16a.c
blob
153b1fdc779a8bb0f867db87be1990084f850bf3
1
int
show_bar
()
2
{
3
return
1
;
4
}
5
int
show_foo
()
6
{
7
return
show_bar
();
8
}