array test_l_a_x139 array test_l_a_y880 array test_l_b_x213 array test_l_b_y484 function initGlobals148() { } function main178() { initGlobals148(); init_test200(); } function config146() { } function init_test200() { local string s955 local integer tuple_temp160 local integer tuple_temp108 local integer tuple_temp112 local integer tuple_temp207 tuple_temp_160 = 1; tuple_temp_108 = 2; tuple_temp_112 = 3; tuple_temp_207 = 4; test_l_a_x_139[2] = tuple_temp_160; test_l_a_y_880[2] = tuple_temp_108; test_l_b_x_213[2] = tuple_temp_112; test_l_b_y_484[2] = tuple_temp_207; s_955 = "abc"; s_955 = (s_955 + I2S245(test_l_a_x_139[2])); s_955 = (s_955 + I2S245(test_l_a_y_880[2])); s_955 = (s_955 + I2S245(test_l_b_x_213[2])); s_955 = (s_955 + I2S245(test_l_b_y_484[2])); if (s_955 == "abc1234") { testSuccess823(); } else { }; } IS_NATIVE IS_EXTERN @extern function I2S245(integer i697) returns string { } IS_NATIVE function testSuccess823() { }