integer wurst_stack_depth209 = 0 function initGlobals201() { } function main953() { initGlobals201(); init_test945(); } function config125() { } function init_test945() { local string msg181 local string pos118 local integer i137 pos_118 = "a"; msg_181 = ""; i_137 = 1; loop { exitwhen (i_137 > 3); msg_181 = (msg_181 + "x"); i_137 = (i_137 + 1); }; if ((pos_118 + msg_181) == "axxx") { testSuccess663(); } else { }; } IS_NATIVE function testSuccess663() { }