mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
no message
This commit is contained in:
parent
d33a2be215
commit
c67af8573f
@ -3,8 +3,13 @@ const
|
||||
|
||||
procedure p(const p);
|
||||
begin
|
||||
if pchar(@p)^<>'a' then
|
||||
begin
|
||||
writeln('error');
|
||||
halt(1);
|
||||
end;
|
||||
end;
|
||||
|
||||
begin
|
||||
p(e[1]);
|
||||
end.
|
||||
end.
|
Loading…
Reference in New Issue
Block a user