tgenconst25.pp 176 B

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