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
Update release readme after making 2.43.1 release
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
indirect3a.c
blob
0f6ddc8b712719c881e580d378cdefe2600e6d75
1
extern
void
bar
(
void
);
2
extern
void
foo
(
void
);
3
4
int
5
main
(
void
)
6
{
7
foo
();
8
bar
();
9
return
0
;
10
}