2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920501-20.c
blob170d05017611d7a60ae9c97345693c7a55e3d1af
1 int*f(x)int*x;{if(x[4]){int h[1];if(setjmp(h))return x;}}