Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-elf/
pr16452b.c
1
int
f
(
void
)
__attribute__
((
weak
))
;
2
int
main
(
void
)
{
return
f
?
f
(
)
:
0
;
}