1 int x(void) 2 { 3 int i = 33; 4 switch (i) { 5 case 1 ... 40: 6 break; 7 default: 8 break; 9 } 10 return 0; 11 } 12