integer tempReturn_integer436 function initGlobals192() { } function main172() { initGlobals192(); init_Test999(); } function config132() { } function init_Test999() { cyc_i114(3, 7531); if (tempReturn_integer_436 == 7) { testSuccess111(); } else { }; } IS_NATIVE function testSuccess111() { } function cyc_i114(integer funcChoice155, integer x149) { if (funcChoice_155 == 0) { cyc_i114(3, (x_149 div 10)); return %nothing%; } else { if (funcChoice_155 == 1) { cyc_i114(3, (x_149 div 100)); return %nothing%; } else { if (funcChoice_155 == 2) { cyc_i114(3, (x_149 div 1000)); return %nothing%; } else { if (funcChoice_155 == 3) { if (x_149 > 1000) { cyc_i114(2, x_149); return %nothing%; } else { }; if (x_149 > 100) { cyc_i114(1, x_149); return %nothing%; } else { }; if (x_149 > 10) { cyc_i114(0, x_149); return %nothing%; } else { }; tempReturn_integer_436 = x_149; return %nothing%; } else { }; }; }; }; }