Sign in
gnu
/
binutils-gdb
/
82e6d6bf900e9c1929cc2d4e64a16ab4e1abe4e9
/
.
/
ld
/
testsuite
/
ld-elf
/
pr19719c.c
blob: 5c877d903efde6cc9f83e12c42508272dedcff44 [
file
]
extern
int
__attribute__
((
weak
))
fun
(
void
);
int
bar
(
void
)
{
if
(&
fun
!=
0
)
return
fun
();
return
0
;
}