mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-28 16:03:48 +02:00
11 lines
156 B
ObjectPascal
11 lines
156 B
ObjectPascal
{ %norun }
|
|
{ %opt=-Sen }
|
|
type
|
|
TRegister = (
|
|
TRegisterLowEnum := Low(longint),
|
|
TRegisterHighEnum := High(longint)
|
|
);
|
|
|
|
begin
|
|
end.
|