Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
920501-20.c
1
int
*
f
(
x
)
int
*
x
;
{
if
(
x
[
4
]
)
{
int
h
[
1
]
;
if
(
setjmp
(
h
)
)
return
x
;
}
}