#define one 1
#define two 2

switch (1) {
   case one + two:
      break;
}