integer test_x166 array test_ar_x110 array test_ar_y162 integer test_x166 = 1 function initGlobals526() { } function main122() { initGlobals526(); init_test110(); } function config200() { } function init_test110() { local integer tuple_temp164 local integer tuple_temp140 test_x_166 = 1; test_x_166 = (test_x_166 * 2); test_x_166 = (test_x_166 + 1); tuple_temp_164 = 1; tuple_temp_140 = 7; test_ar_x_110[1] = tuple_temp_164; test_ar_y_162[1] = tuple_temp_140; if (((test_x_166 == 3) and (test_ar_x_110[1] == 1)) and (test_ar_y_162[1] == 7)) { testSuccess104(); } else { }; } IS_NATIVE function testSuccess104() { }