fpc/tests/webtbs/tw8371.pp
2007-02-27 17:03:31 +00:00

13 lines
128 B
ObjectPascal

uses
classes;
procedure testparam(aarray: array of tclass);
begin
end;
begin
testparam([nil, tlist, tstringlist]);
end.