tgenconst24.pp 175 B

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