function initGlobals207() { } function main223() { initGlobals207(); init_test511(); } function config178() { } function init_test511() { if (foo147("a", "b") == "axxx") { testSuccess156(); } else { }; } function foo147(string p_msg434, string p_pos144) returns string { local integer i329 p_pos_144 = ""; i_329 = 1; loop { exitwhen (i_329 > 3); p_pos_144 = (p_pos_144 + "x"); i_329 = (i_329 + 1); }; return (p_msg_434 + p_pos_144); } IS_NATIVE function testSuccess156() { }