mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-25 06:48:25 +01:00
9 lines
75 B
ObjectPascal
9 lines
75 B
ObjectPascal
{ %fail }
|
|
|
|
{$r+}
|
|
|
|
type abcd = (a, b, c, d);
|
|
const cd: c..d = a;
|
|
begin
|
|
end.
|