mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +02:00
no message
This commit is contained in:
parent
13c5439bb1
commit
afd6156f08
18
tests/webtbs/tw3494.pp
Normal file
18
tests/webtbs/tw3494.pp
Normal file
@ -0,0 +1,18 @@
|
||||
{ Source provided for Free Pascal Bug Report 3494 }
|
||||
{ Submitted by "Danny Milosavljevic" on 2004-12-31 }
|
||||
{ e-mail: danny_milo@yahoo.com }
|
||||
program ivar;
|
||||
uses variants;
|
||||
|
||||
type
|
||||
ti = interface(iinterface)
|
||||
end;
|
||||
|
||||
var
|
||||
v: Variant;
|
||||
i: ti;
|
||||
begin
|
||||
i := nil;
|
||||
v := i;
|
||||
i := v;
|
||||
end.
|
Loading…
Reference in New Issue
Block a user