Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920501-20.c
blob: dcbb039cc88b95779a0445e6f4f762fb5653b776 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
int
*
f
(
x
)
int
*
x
;{
if
(
x
[
4
]){
int
h
[
1
];
if
(
setjmp
(
h
))
return
x
;}}