mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:59:27 +02:00
* new bug
This commit is contained in:
parent
2d08c072b5
commit
752ed1b05b
10
tests/webtbs/tw2809.pp
Normal file
10
tests/webtbs/tw2809.pp
Normal file
@ -0,0 +1,10 @@
|
||||
{ %version=1.1 }
|
||||
|
||||
{$ifdef fpc}{$mode objfpc}{$endif}
|
||||
|
||||
var
|
||||
v : variant;
|
||||
begin
|
||||
Initialize(v);
|
||||
Finalize(v);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user