Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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;}}