function initGlobals641() { } function main400() { initGlobals641(); init_test262(); } function config192() { } function init_test262() { local string s135 s_135 = foo201("a", "b"); if (s_135 == "axxx") { testSuccess106(); } else { }; } function foo201(string p_msg256, string p_pos705) returns string { local string msg941 local string pos154 local integer i175 msg_941 = p_msg_256; pos_154 = p_pos_705; pos_154 = msg_941; msg_941 = ""; i_175 = 1; loop { exitwhen (i_175 > 3); msg_941 = (msg_941 + "x"); i_175 = (i_175 + 1); }; return (pos_154 + msg_941); } IS_NATIVE function testSuccess106() { }