mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 18:47:56 +02: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.
|
|
|