function initGlobals191() { } function main204() { initGlobals191(); init_test205(); } function config112() { } function init_test205() { if (foo138("a", "b") == "axxx") { testSuccess197(); } else { }; } function foo138(string p_msg289, string p_pos146) returns string { local integer i425 p_pos_146 = ""; i_425 = 1; loop { exitwhen (i_425 > 3); p_pos_146 = (p_pos_146 + "x"); i_425 = (i_425 + 1); }; return (p_msg_289 + p_pos_146); } IS_NATIVE function testSuccess197() { }