function initGlobals628() { } function main446() { initGlobals628(); init_test212(); } function config496() { } function init_test212() { local integer a742 local integer b243 local integer c101 local integer d717 local integer e180 a_742 = 0; b_243 = 0; c_101 = 0; d_717 = 0; e_180 = 0; loop { exitwhen (not (c_101 < 1000)); d_717 = (a_742 + 2); b_243 = (d_717 - 1); if (b_243 < a_742) { c_101 = (c_101 + b_243); } else { c_101 = (c_101 - b_243); }; e_180 = (b_243 * 4); d_717 = (e_180 + 1); e_180 = (d_717 - 1); a_742 = (e_180 div 2); if (a_742 >= 20) { exitwhen true; } else { }; }; if (c_101 == -26) { testSuccess144(); } else { }; } IS_NATIVE function testSuccess144() { }