function initGlobals119() { } function main204() { initGlobals119(); init_Test130(); } function config208() { } function init_Test130() { local integer this_val189 local integer this197 local integer result598 local integer i124 local integer temp941 this_val_189 = 5; this_197 = 2; result_598 = 1; i_124 = 1; temp_941 = 1; loop { exitwhen (i_124 > temp_941); result_598 = (result_598 * this_197); i_124 = (i_124 + 1); }; if ((this_val_189 mod (result_598 * 2)) < result_598) { this_val_189 = (this_val_189 + result_598); } else { }; if (this_val_189 == 7) { testSuccess147(); } else { testFail875(I2S521(this_val_189)); }; } IS_NATIVE function testSuccess147() { } IS_NATIVE IS_EXTERN @extern function I2S521(integer i128) returns string { } IS_NATIVE function testFail875(string msg944) { }