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
/
pr19719c.c
blob
5c877d903efde6cc9f83e12c42508272dedcff44
1
extern
int
__attribute__
((
weak
))
fun
(
void
);
2
int
3
bar
(
void
)
4
{
5
if
(&
fun
!=
0
)
6
return
fun
();
7
return
0
;
8
}