array test_x_a127 integer foo_return_a138 function initGlobals104() { } function main161() { initGlobals104(); init_test301(); } function config118() { } function init_test301() { local integer a_a172 local integer tuple_temp179 local integer tuple_temp944 tuple_temp_179 = 8; test_x_a_127[0] = tuple_temp_179; tuple_temp_944 = foo121(test_x_a_127[0]); a_a_172 = tuple_temp_944; if (a_a_172 == 2) { testSuccess954(); } else { }; } function foo121(integer t_a210) returns integer { if (t_a_210 > 5) { foo_return_a_138 = 2; return foo_return_a_138; } else { }; foo_return_a_138 = 3; return foo_return_a_138; } IS_NATIVE function testSuccess954() { }