Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / execute / 920612-1.c
bloba70c0d2e078ee6a0a0f68585775187fd124f8cfe
1 f(j)int j;{return++j>0;}
2 main(){if(f((~0U)>>1))abort();exit(0);}