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