mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 16:38:25 +02:00
18 lines
159 B
ObjectPascal
18 lines
159 B
ObjectPascal
{ %FAIL }
|
|
|
|
unit tgenconst28;
|
|
|
|
{$mode delphi}
|
|
|
|
interface
|
|
|
|
procedure Test<const A: LongInt>;
|
|
|
|
implementation
|
|
|
|
procedure Test<const A: LongInt>;
|
|
begin
|
|
end;
|
|
|
|
end.
|