integer test_x896 array test_ar_x126 array test_ar_y126 integer test_x896 = 1 function initGlobals303() { } function main165() { initGlobals303(); init_test271(); } function config183() { } function init_test271() { local integer tempIndex141 local integer tuple_temp682 local integer tuple_temp202 test_x_896 = 1; tempIndex_141 = foo210(); tuple_temp_682 = bar207(); tuple_temp_202 = 7; test_ar_x_126[tempIndex_141] = tuple_temp_682; test_ar_y_126[tempIndex_141] = tuple_temp_202; if (((test_x_896 == 3) and (test_ar_x_126[1] == 1)) and (test_ar_y_126[1] == 7)) { testSuccess428(); } else { }; } function foo210() returns integer { test_x_896 = (test_x_896 * 2); return 1; } function bar207() returns integer { test_x_896 = (test_x_896 + 1); return 1; } IS_NATIVE function testSuccess428() { }