mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +02:00
13 lines
115 B
ObjectPascal
13 lines
115 B
ObjectPascal
{ %NORUN }
|
|
|
|
program tw29053b;
|
|
|
|
{$mode objfpc}
|
|
|
|
type
|
|
generic TModelArray<T: TObject> = array of T;
|
|
|
|
begin
|
|
end.
|
|
|