array test_lastClicks_middle_x537 array test_lastClicks_middle_y768 integer int_getLastClick_return_x131 integer int_getLastClick_return_y161 function initGlobals153() { } function main194() { initGlobals153(); init_test213(); } function config423() { } function init_test213() { local integer p309 local integer tuple_temp210 local integer tuple_temp139 tuple_temp_210 = 3; tuple_temp_139 = 4; test_lastClicks_middle_x_537[0] = tuple_temp_210; test_lastClicks_middle_y_768[0] = tuple_temp_139; p_309 = 0; if ((int_getLastClick533(p_309) == 3) and (int_getLastClick_return_y_161 == 4)) { testSuccess145(); } else { }; } function getId109(integer i841) returns integer { return 0; } function int_getLastClick533(integer this194) returns integer { local integer tempIndex134 tempIndex_134 = getId109(this_194); int_getLastClick_return_x_131 = test_lastClicks_middle_x_537[tempIndex_134]; int_getLastClick_return_y_161 = test_lastClicks_middle_y_768[tempIndex_134]; return int_getLastClick_return_x_131; } IS_NATIVE function testSuccess145() { }