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