LoongArch: Remove gawk extension from a generator script.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920624-1.c
blobee0ef9fb822219be40b8cffb874f90821062ad8b
1 int B[],Q[];
2 void f(void){int s;for(s=0;s<=1;s++)switch(s){case 2:case 3:++B[s];case 4:case 5:++Q[s];}}