mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:38:14 +02:00
9 lines
72 B
ObjectPascal
9 lines
72 B
ObjectPascal
{ %fail }
|
|
|
|
{$r+}
|
|
|
|
type tt = True..True;
|
|
const t: tt = False;
|
|
begin
|
|
end.
|