mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-30 14:26:00 +02:00
16 lines
121 B
ObjectPascal
16 lines
121 B
ObjectPascal
unit ugenconst31b;
|
|
|
|
{$mode delphi}{$H+}
|
|
|
|
interface
|
|
|
|
type
|
|
Test<const N: LongInt> = class
|
|
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|