mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 04:39:38 +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.
|