mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49: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