mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 04:48:07 +02:00
* fixed test, don't remember the use of it :/
This commit is contained in:
parent
593e30b839
commit
e0f1ddbc64
@ -1,4 +1,7 @@
|
||||
{ %version=1.1 }
|
||||
uses
|
||||
variants;
|
||||
|
||||
procedure p1(f : single);
|
||||
begin
|
||||
end;
|
||||
@ -9,12 +12,11 @@ procedure p2(l : longint);
|
||||
|
||||
var
|
||||
v : variant;
|
||||
i : imyinterface;
|
||||
l : longint;
|
||||
|
||||
begin
|
||||
v:=1;
|
||||
p1(v);
|
||||
p2(v);
|
||||
l:=v;
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user