integer test_x105 array test_ar_x124 array test_ar_y551 integer test_x105 = 1 function initGlobals278() { } function main526() { initGlobals278(); init_test199(); } function config181() { } function init_test199() { local integer tempIndex154 local integer tuple_temp426 test_x_105 = 1; tempIndex_154 = foo164(); tuple_temp_426 = bar678(); test_ar_x_124[tempIndex_154] = tuple_temp_426; test_ar_y_551[tempIndex_154] = 7; if (((test_x_105 == 3) and (test_ar_x_124[1] == 1)) and (test_ar_y_551[1] == 7)) { testSuccess633(); } else { }; } function foo164() returns integer { test_x_105 = (test_x_105 * 2); return 1; } function bar678() returns integer { test_x_105 = (test_x_105 + 1); return 1; } IS_NATIVE function testSuccess633() { }