array test_l_a_x178 array test_l_a_y190 array test_l_b_x663 array test_l_b_y213 function initGlobals105() { } function main139() { initGlobals105(); init_test378(); } function config155() { } function init_test378() { local string s417 local integer tuple_temp103 local integer tuple_temp125 local integer tuple_temp115 local integer tuple_temp970 tuple_temp_103 = 1; tuple_temp_125 = 2; tuple_temp_115 = 3; tuple_temp_970 = 4; test_l_a_x_178[2] = tuple_temp_103; test_l_a_y_190[2] = tuple_temp_125; test_l_b_x_663[2] = tuple_temp_115; test_l_b_y_213[2] = tuple_temp_970; s_417 = "abc"; s_417 = (s_417 + I2S135(test_l_a_x_178[2])); s_417 = (s_417 + I2S135(test_l_a_y_190[2])); s_417 = (s_417 + I2S135(test_l_b_x_663[2])); s_417 = (s_417 + I2S135(test_l_b_y_213[2])); if (s_417 == "abc1234") { testSuccess369(); } else { }; } IS_NATIVE IS_EXTERN @extern function I2S135(integer i152) returns string { } IS_NATIVE function testSuccess369() { }