const int ONE = 1; const int TWO = 2; void func() { int t = 0; switch(t) { case ONE: case TWO: break; default: break; } }