integer test_x120 array test_ar_x120 array test_ar_y407 integer test_x120 = 1 function initGlobals207() { } function main207() { initGlobals207(); init_test209(); } function config276() { } function init_test209() { local integer tempIndex153 local integer tuple_temp108 local integer tuple_temp136 test_x_120 = 1; tempIndex_153 = foo194(); tuple_temp_108 = bar125(); tuple_temp_136 = 7; test_ar_x_120[tempIndex_153] = tuple_temp_108; test_ar_y_407[tempIndex_153] = tuple_temp_136; if (((test_x_120 == 3) and (test_ar_x_120[1] == 1)) and (test_ar_y_407[1] == 7)) { testSuccess149(); } else { }; } function foo194() returns integer { test_x_120 = (test_x_120 * 2); return 1; } function bar125() returns integer { test_x_120 = (test_x_120 + 1); return 1; } IS_NATIVE function testSuccess149() { }