integer test_x140 array test_ar_x173 array test_ar_y111 integer test_x140 = 1 function initGlobals113() { } function main896() { initGlobals113(); init_test163(); } function config288() { } function init_test163() { local integer tempIndex112 local integer tuple_temp462 test_x_140 = 1; tempIndex_112 = foo165(); tuple_temp_462 = bar123(); test_ar_x_173[tempIndex_112] = tuple_temp_462; test_ar_y_111[tempIndex_112] = 7; if (((test_x_140 == 3) and (test_ar_x_173[1] == 1)) and (test_ar_y_111[1] == 7)) { testSuccess746(); } else { }; } function foo165() returns integer { test_x_140 = (test_x_140 * 2); return 1; } function bar123() returns integer { test_x_140 = (test_x_140 + 1); return 1; } IS_NATIVE function testSuccess746() { }