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