Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 920917-1.c
blobebe8200d48bfb1a2401dbfa64a7d8e64254ed5b4
1 inline f(x){switch(x){case 6:case 4:case 3:case 1:;}return x;}
2 g(){f(sizeof("xxxxxx"));}