mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 17:49:33 +02:00
12 lines
216 B
ObjectPascal
12 lines
216 B
ObjectPascal
{ Source provided for Free Pascal Bug Report 3429 }
|
|
{ Submitted by "Danny Milosavljevic" on 2004-12-05 }
|
|
{ e-mail: danny_milo@yahoo.com }
|
|
unit uw3429;
|
|
interface
|
|
var
|
|
v: Variant;
|
|
implementation
|
|
begin
|
|
v := 7;
|
|
end.
|