mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-20 22:31:33 +01:00
13 lines
128 B
ObjectPascal
13 lines
128 B
ObjectPascal
|
|
uses
|
|
classes;
|
|
|
|
procedure testparam(aarray: array of tclass);
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
testparam([nil, tlist, tstringlist]);
|
|
end.
|
|
|