mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +02:00
no message
This commit is contained in:
parent
14fe70d27d
commit
f5e6af7abb
20
tests/tbs/tb0410.pp
Normal file
20
tests/tbs/tb0410.pp
Normal file
@ -0,0 +1,20 @@
|
||||
{ %version=1.1 }
|
||||
procedure p1(f : single);
|
||||
begin
|
||||
end;
|
||||
|
||||
procedure p2(l : longint);
|
||||
begin
|
||||
end;
|
||||
|
||||
var
|
||||
v : variant;
|
||||
i : imyinterface;
|
||||
l : longint;
|
||||
|
||||
begin
|
||||
p1(v);
|
||||
p2(v);
|
||||
l:=v;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user