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