array test_lastClicks_middle_x148 array test_lastClicks_middle_y163 integer int_getLastClick_return_x139 integer int_getLastClick_return_y130 function initGlobals170() { } function main206() { initGlobals170(); init_test128(); } function config208() { } function init_test128() { local integer p122 local integer tuple_temp309 local integer tuple_temp109 tuple_temp_309 = 3; tuple_temp_109 = 4; test_lastClicks_middle_x_148[0] = tuple_temp_309; test_lastClicks_middle_y_163[0] = tuple_temp_109; p_122 = 0; if ((int_getLastClick160(p_122) == 3) and (int_getLastClick_return_y_130 == 4)) { testSuccess118(); } else { }; } function getId483(integer i114) returns integer { return 0; } function int_getLastClick160(integer this105) returns integer { local integer tempIndex136 tempIndex_136 = getId483(this_105); int_getLastClick_return_x_139 = test_lastClicks_middle_x_148[tempIndex_136]; int_getLastClick_return_y_130 = test_lastClicks_middle_y_163[tempIndex_136]; return int_getLastClick_return_x_139; } IS_NATIVE function testSuccess118() { }