23 lines
284 B
Plaintext

int script_3670(int arg0) {
flow_0:
SWITCH (arg0) {
case 2:
GOTO flow_1
case 3:
GOTO flow_2
case 4:
GOTO flow_3
case 5:
GOTO flow_4
}
return 3126;
flow_1:
return 3129;
flow_2:
return 3132;
flow_3:
return 3135;
flow_4:
return 3138;
}