mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 09:39:09 +02:00
no message
This commit is contained in:
parent
d33a2be215
commit
c67af8573f
@ -3,8 +3,13 @@ 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
|
||||||
p(e[1]);
|
p(e[1]);
|
||||||
end.
|
end.
|
Loading…
Reference in New Issue
Block a user