tw15591.pp 131 B

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