function initGlobals663() { } function main143() { initGlobals663(); init_test807(); } function config118() { } function init_test807() { local string msg928 local string pos913 local integer i139 pos_913 = "a"; msg_928 = ""; i_139 = 1; loop { exitwhen (i_139 > 3); msg_928 = (msg_928 + "x"); i_139 = (i_139 + 1); }; if ((pos_913 + msg_928) == "axxx") { testSuccess871(); } else { }; } IS_NATIVE function testSuccess871() { }