unit ugenconst31b; {$mode delphi}{$H+} interface type Test<const N: LongInt> = class end; implementation end.