mud/fluffos-2.23-ds03/testsuite/single/tests/compiler/fail/mod_zero.c
2020-09-06 05:43:07 -07:00

6 lines
60 B
C

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