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