array test_l_a_x104 array test_l_a_y210 array test_l_b_x136 array test_l_b_y102 function initGlobals193() { } function main877() { initGlobals193(); init_test859(); } function config431() { } function init_test859() { local string s201 local integer tuple_temp179 local integer tuple_temp174 local integer tuple_temp184 local integer tuple_temp180 tuple_temp_179 = 1; tuple_temp_174 = 2; tuple_temp_184 = 3; tuple_temp_180 = 4; test_l_a_x_104[2] = tuple_temp_179; test_l_a_y_210[2] = tuple_temp_174; test_l_b_x_136[2] = tuple_temp_184; test_l_b_y_102[2] = tuple_temp_180; s_201 = "abc"; s_201 = (s_201 + I2S757(test_l_a_x_104[2])); s_201 = (s_201 + I2S757(test_l_a_y_210[2])); s_201 = (s_201 + I2S757(test_l_b_x_136[2])); s_201 = (s_201 + I2S757(test_l_b_y_102[2])); if (s_201 == "abc1234") { testSuccess163(); } else { }; } IS_NATIVE IS_EXTERN @extern function I2S757(integer i258) returns string { } IS_NATIVE function testSuccess163() { }