array test_l_a_x167 array test_l_a_y472 array test_l_b_x164 array test_l_b_y313 function initGlobals193() { } function main192() { initGlobals193(); init_test210(); } function config623() { } function init_test210() { local string s133 local integer tuple_temp831 local integer tuple_temp943 local integer tuple_temp181 local integer tuple_temp146 tuple_temp_831 = 1; tuple_temp_943 = 2; tuple_temp_181 = 3; tuple_temp_146 = 4; test_l_a_x_167[2] = tuple_temp_831; test_l_a_y_472[2] = tuple_temp_943; test_l_b_x_164[2] = tuple_temp_181; test_l_b_y_313[2] = tuple_temp_146; s_133 = "abc"; s_133 = (s_133 + I2S125(test_l_a_x_167[2])); s_133 = (s_133 + I2S125(test_l_a_y_472[2])); s_133 = (s_133 + I2S125(test_l_b_x_164[2])); s_133 = (s_133 + I2S125(test_l_b_y_313[2])); if (s_133 == "abc1234") { testSuccess192(); } else { }; } IS_NATIVE IS_EXTERN @extern function I2S125(integer i449) returns string { } IS_NATIVE function testSuccess192() { }