mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 03:29:22 +02:00
* added example so it won't be forgotten
This commit is contained in:
parent
f9b99ad965
commit
6a3c06bb72
13
tests/webtbs/tw3227a.pp
Normal file
13
tests/webtbs/tw3227a.pp
Normal file
@ -0,0 +1,13 @@
|
||||
{$mode objfpc}
|
||||
uses
|
||||
Variants;
|
||||
|
||||
var
|
||||
a : array of longint;
|
||||
v : variant;
|
||||
begin
|
||||
setlength(a,1000);
|
||||
v:=a;
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user