function initGlobals190() { } function main179() { initGlobals190(); init_test135(); } function config941() { } function init_test135() { local string s126 local string p_msg197 local string p_pos113 local string msg160 local string pos579 local integer i107 p_msg_197 = "a"; p_pos_113 = "b"; msg_160 = p_msg_197; pos_579 = p_pos_113; pos_579 = msg_160; msg_160 = ""; i_107 = 1; loop { exitwhen (i_107 > 3); msg_160 = (msg_160 + "x"); i_107 = (i_107 + 1); }; s_126 = (pos_579 + msg_160); if (s_126 == "axxx") { testSuccess108(); } else { }; } IS_NATIVE function testSuccess108() { }