modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/920501-20.c (about) 1 int*f(x)int*x;{if(x[4]){int h[1];if(setjmp(h))return x;}}