function initGlobals943() { } function main113() { initGlobals943(); init_test303(); } function config129() { } function init_test303() { local string s147 s_147 = foo188("a", "b"); if (s_147 == "axxx") { testSuccess831(); } else { }; } function foo188(string p_msg102, string p_pos157) returns string { local string msg169 local string pos162 local integer i166 msg_169 = p_msg_102; pos_162 = p_pos_157; pos_162 = msg_169; msg_169 = ""; i_166 = 1; loop { exitwhen (i_166 > 3); msg_169 = (msg_169 + "x"); i_166 = (i_166 + 1); }; return (pos_162 + msg_169); } IS_NATIVE function testSuccess831() { }