function initGlobals179() { } function main890() { initGlobals179(); init_test994(); } function config279() { } function init_test994() { local string s361 s_361 = foo177("a", "b"); if (s_361 == "axxx") { testSuccess670(); } else { }; } function foo177(string p_msg161, string p_pos135) returns string { local string msg181 local string pos192 local integer i162 msg_181 = p_msg_161; pos_192 = p_pos_135; pos_192 = msg_181; msg_181 = ""; i_162 = 1; loop { exitwhen (i_162 > 3); msg_181 = (msg_181 + "x"); i_162 = (i_162 + 1); }; return (pos_192 + msg_181); } IS_NATIVE function testSuccess670() { }