array test_lastClicks_middle_x175 array test_lastClicks_middle_y104 integer int_getLastClick_return_x827 integer int_getLastClick_return_y251 function initGlobals128() { } function main200() { initGlobals128(); init_test154(); } function config946() { } function init_test154() { local integer p526 local integer tuple_temp712 local integer tuple_temp190 tuple_temp_712 = 3; tuple_temp_190 = 4; test_lastClicks_middle_x_175[0] = tuple_temp_712; test_lastClicks_middle_y_104[0] = tuple_temp_190; p_526 = 0; if ((int_getLastClick203(p_526) == 3) and (int_getLastClick_return_y_251 == 4)) { testSuccess172(); } else { }; } function getId324(integer i964) returns integer { return 0; } function int_getLastClick203(integer this904) returns integer { local integer tempIndex303 tempIndex_303 = getId324(this_904); int_getLastClick_return_x_827 = test_lastClicks_middle_x_175[tempIndex_303]; int_getLastClick_return_y_251 = test_lastClicks_middle_y_104[tempIndex_303]; return int_getLastClick_return_x_827; } IS_NATIVE function testSuccess172() { }