OSDN Git Service

PR middle-end/51761
[pf3gnuchains/gcc-fork.git] / 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;}}