repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
indirect5a.c
blob
9e150fe8317c3abcb91eaa1d5b819d0480f51c47
1
extern
void
foo
(
long
*);
2
long
bar
;
3
4
int
5
main
(
void
)
6
{
7
foo
(&
bar
);
8
return
0
;
9
}