blob: 2d858a8a7cd0d9ac25f001373b3c6321a06414f7 [file] [log] [blame] [edit]
void f(x) {
const y = 1;
switch (x) {
case y?!:
break;
}
}