mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 02:50:44 +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.
|
|
|