Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920501-20.c
blob: 170d05017611d7a60ae9c97345693c7a55e3d1af [
file
] [
log
] [
blame
]
int
*
f
(
x
)
int
*
x
;{
if
(
x
[
4
]){
int
h
[
1
];
if
(
setjmp
(
h
))
return
x
;}}