ugenconst31b.pp 121 B

123456789101112131415
  1. unit ugenconst31b;
  2. {$mode delphi}{$H+}
  3. interface
  4. type
  5. Test<const N: LongInt> = class
  6. end;
  7. implementation
  8. end.