6 lines
60 B
C
6 lines
60 B
C
void foo(mixed x) {
|
|
switch(x) {
|
|
case 1 % 0:
|
|
}
|
|
}
|
void foo(mixed x) {
|
|
switch(x) {
|
|
case 1 % 0:
|
|
}
|
|
}
|