integer tempReturn_integer734 function initGlobals428() { } function main118() { initGlobals428(); init_Test567(); } function config193() { } function init_Test567() { cyc_i170(3, 7531); if (tempReturn_integer_734 == 7) { testSuccess198(); } else { }; } IS_NATIVE function testSuccess198() { } function cyc_i170(integer funcChoice897, integer x139) { if (funcChoice_897 == 0) { cyc_i170(3, (x_139 div 10)); return %nothing%; } else { if (funcChoice_897 == 1) { cyc_i170(3, (x_139 div 100)); return %nothing%; } else { if (funcChoice_897 == 2) { cyc_i170(3, (x_139 div 1000)); return %nothing%; } else { if (funcChoice_897 == 3) { if (x_139 > 1000) { cyc_i170(2, x_139); return %nothing%; } else { }; if (x_139 > 100) { cyc_i170(1, x_139); return %nothing%; } else { }; if (x_139 > 10) { cyc_i170(0, x_139); return %nothing%; } else { }; tempReturn_integer_734 = x_139; return %nothing%; } else { }; }; }; }; }