blob: b3f6864f13497f231cd38042a92b945b9f84b6b5 [file] [log] [blame]
void f(x) {
switch (x) {
case 0 as int:
break;
}
}