Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
pr93384_1.c
1
extern
void
bar
(
void
)
;
2
void
qux
(
int
x
)
{
if
(
!
x
)
bar
(
)
;
}