blob: 7db6d2fdcb074aee1066d090bd3cad3426614315 [file] [log] [blame]
void f(x) {
switch (x) {
case 0 as int when true:
break;
}
}