mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 01:47:59 +02:00
10 lines
130 B
ObjectPascal
10 lines
130 B
ObjectPascal
{ %norun }
|
|
program tw15591;
|
|
{$mode objfpc}
|
|
uses uw15591;
|
|
type
|
|
TIntegerSmartArray = specialize GSmartArray<Integer>;
|
|
begin
|
|
end.
|
|
|