void func() { int s = 1; switch(s) { case 1: case 2: break; default: break; } }