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

6 lines
60 B
C

void foo(mixed x) {
switch(x) {
case 1 % 0:
}
}