function initGlobals286() { } function main150() { initGlobals286(); init_test192(); } function config303() { } function init_test192() { local integer a205 local integer b188 local integer c484 local integer d145 local integer e103 a_205 = 0; b_188 = 0; c_484 = 0; d_145 = 0; e_103 = 0; loop { exitwhen (not (c_484 < 1000)); d_145 = (a_205 + 2); b_188 = (d_145 - 1); if (b_188 < a_205) { c_484 = (c_484 + b_188); } else { c_484 = (c_484 - b_188); }; e_103 = (b_188 * 4); d_145 = (e_103 + 1); e_103 = (d_145 - 1); a_205 = (e_103 div 2); if (a_205 >= 20) { exitwhen true; } else { }; }; if (c_484 == -26) { testSuccess480(); } else { }; } IS_NATIVE function testSuccess480() { }