summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw8371.pp
blob: 890e640caa830188e91ce5e535b3ada70681eacb (plain)
1
2
3
4
5
6
7
8
9
10
11
12

uses
  classes;

procedure testparam(aarray: array of tclass);
begin
end;

begin
  testparam([nil, tlist, tstringlist]);
end.