Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
pr45721_1.c
1
static
void
bar
(
void
)
__attribute__
((
weakref
(
"
baz
"
)
))
;
2
void
*
x
=
(
void
*
)
bar
;