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