Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 920729-1.c
blobde00be5af8865e311da0b3520a61bbc239526a19
1 extern volatile int i;
2 f(){int j;for(;;)j = i;}