blob: cafbf5daa1313f7598be243f5468a59664eb709b [file] [log] [blame]
void f(x) {
switch (x) {
case > 1 | 2:
break;
}
}