mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 00:09:26 +02:00
no message
This commit is contained in:
parent
2a178f0d93
commit
a9edc98c72
16
tests/tbs/tb0463.pp
Normal file
16
tests/tbs/tb0463.pp
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
procedure p1(const v);
|
||||||
|
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
procedure p2;
|
||||||
|
|
||||||
|
var
|
||||||
|
lb : longbool;
|
||||||
|
|
||||||
|
begin
|
||||||
|
p1(pchar(@lb));
|
||||||
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user