mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:07:58 +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.
|
|
|