mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:29:32 +02: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.
|