rt_gccstream/gcc/testsuite/gcc.c-torture/compile/920501-20.c

2 lines
58 B
C

int*f(x)int*x;{if(x[4]){int h[1];if(setjmp(h))return x;}}