fpc/tests/webtbs/tw3227a.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

12 lines
116 B
ObjectPascal

{$mode objfpc}
uses
Variants;
var
a : array of longint;
v : variant;
begin
setlength(a,1000);
v:=a;
end.