no message

This commit is contained in:
florian 2004-05-25 21:26:49 +00:00
parent d33a2be215
commit c67af8573f

View File

@ -3,6 +3,11 @@ const
procedure p(const p); procedure p(const p);
begin begin
if pchar(@p)^<>'a' then
begin
writeln('error');
halt(1);
end;
end; end;
begin begin