function initGlobals792() { } function main785() { initGlobals792(); init_test511(); } function config203() { } function init_test511() { if (foo127("a", "b") == "axxx") { testSuccess139(); } else { }; } function foo127(string p_msg266, string p_pos516) returns string { local integer i213 p_pos_516 = ""; i_213 = 1; loop { exitwhen (i_213 > 3); p_pos_516 = (p_pos_516 + "x"); i_213 = (i_213 + 1); }; return (p_msg_266 + p_pos_516); } IS_NATIVE function testSuccess139() { }