array test_l_a_x197 array test_l_a_y169 array test_l_b_x457 array test_l_b_y160 function initGlobals697() { } function main178() { initGlobals697(); init_test175(); } function config199() { } function init_test175() { local string s139 local integer tuple_temp201 local integer tuple_temp141 local integer tuple_temp607 local integer tuple_temp181 tuple_temp_201 = 1; tuple_temp_141 = 2; tuple_temp_607 = 3; tuple_temp_181 = 4; test_l_a_x_197[2] = tuple_temp_201; test_l_a_y_169[2] = tuple_temp_141; test_l_b_x_457[2] = tuple_temp_607; test_l_b_y_160[2] = tuple_temp_181; s_139 = "abc"; s_139 = (s_139 + I2S369(test_l_a_x_197[2])); s_139 = (s_139 + I2S369(test_l_a_y_169[2])); s_139 = (s_139 + I2S369(test_l_b_x_457[2])); s_139 = (s_139 + I2S369(test_l_b_y_160[2])); if (s_139 == "abc1234") { testSuccess103(); } else { }; } IS_NATIVE IS_EXTERN @extern function I2S369(integer i880) returns string { } IS_NATIVE function testSuccess103() { }