blob: 31dbb9a9edcc797c11872f2c039d1129dbd51e6b [file] [log] [blame]
#define one 1
#define two 2
switch (1) {
case one + two:
break;
}