tgenconst26.pp 160 B

123456789101112131415161718
  1. { %FAIL }
  2. unit tgenconst26;
  3. {$mode delphi}
  4. interface
  5. implementation
  6. procedure Test<A; const N: LongInt>; forward;
  7. procedure Test<A; N>;
  8. begin
  9. end;
  10. end.