mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:07:58 +02:00
13 lines
104 B
ObjectPascal
13 lines
104 B
ObjectPascal
{ %NORUN }
|
|
|
|
program tw29053;
|
|
|
|
{$mode delphi}
|
|
|
|
type
|
|
TModelArray<T: class> = array of T;
|
|
|
|
begin
|
|
end.
|
|
|