1 2 3 4 5 6 7 8 9
{ %norun% } program tw15591; {$mode objfpc} uses uw15591; type TIntegerSmartArray = specialize GSmartArray<Integer>; begin end.