integer wurst_stack_depth188 = 0 function initGlobals151() { } function main857() { initGlobals151(); init_Test138(); } function config299() { } function init_Test138() { local integer this_val170 local integer this173 local integer result976 local integer i212 local integer temp150 this_val_170 = 5; this_173 = 2; result_976 = 1; i_212 = 1; temp_150 = 1; loop { exitwhen (i_212 > temp_150); result_976 = (result_976 * this_173); i_212 = (i_212 + 1); }; if ((this_val_170 mod (result_976 * 2)) < result_976) { this_val_170 = (this_val_170 + result_976); } else { }; if (this_val_170 == 7) { testSuccess786(); } else { testFail315(I2S711(this_val_170)); }; } IS_NATIVE function testSuccess786() { } IS_NATIVE IS_EXTERN @extern function I2S711(integer i204) returns string { } IS_NATIVE function testFail315(string msg490) { }