mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 01:18:30 +02:00
18 lines
138 B
ObjectPascal
18 lines
138 B
ObjectPascal
{ %fail }
|
|
procedure p1(const v);
|
|
|
|
begin
|
|
end;
|
|
|
|
procedure p2;
|
|
|
|
var
|
|
lb : longbool;
|
|
|
|
begin
|
|
p1(pchar(@lb));
|
|
end;
|
|
|
|
begin
|
|
end.
|