fpc/tests/webtbs/tw15591.pp
2025-01-26 10:53:22 +01:00

10 lines
130 B
ObjectPascal

{ %norun }
program tw15591;
{$mode objfpc}
uses uw15591;
type
TIntegerSmartArray = specialize GSmartArray<Integer>;
begin
end.