mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 00:08:12 +02:00
19 lines
160 B
ObjectPascal
19 lines
160 B
ObjectPascal
{ %FAIL }
|
|
|
|
unit tgenconst26;
|
|
|
|
{$mode delphi}
|
|
|
|
interface
|
|
|
|
implementation
|
|
|
|
procedure Test<A; const N: LongInt>; forward;
|
|
|
|
procedure Test<A; N>;
|
|
begin
|
|
end;
|
|
|
|
end.
|
|
|