function initGlobals102() { } function main166() { initGlobals102(); init_test157(); } function config197() { } function init_test157() { local string s113 local string p_msg205 local string p_pos138 local string msg191 local string pos199 local integer i197 p_msg_205 = "a"; p_pos_138 = "b"; msg_191 = p_msg_205; pos_199 = p_pos_138; pos_199 = msg_191; msg_191 = ""; i_197 = 1; loop { exitwhen (i_197 > 3); msg_191 = (msg_191 + "x"); i_197 = (i_197 + 1); }; s_113 = (pos_199 + msg_191); if (s_113 == "axxx") { testSuccess162(); } else { }; } IS_NATIVE function testSuccess162() { }