integer wurst_stack_depth763 = 0 function initGlobals549() { } function main873() { initGlobals549(); init_test135(); } function config190() { } function init_test135() { local string msg191 local string pos152 local integer i143 pos_152 = "a"; msg_191 = ""; i_143 = 1; loop { exitwhen (i_143 > 3); msg_191 = (msg_191 + "x"); i_143 = (i_143 + 1); }; if ((pos_152 + msg_191) == "axxx") { testSuccess171(); } else { }; } IS_NATIVE function testSuccess171() { }