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