//!Неверное количество параметров функции
function f(i: integer): boolean;
begin
end;
if f then
exit;
end.