2020-09-06 05:43:07 -07:00

7 lines
72 B
C

void foo(mixed x) {
switch (x) {
case 1:
case "hi":
}
}