mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 06:19:32 +02:00
* added 0355 subranges problem
This commit is contained in:
parent
ba47609048
commit
3a805733d1
17
tests/tbs/tbs0355.pp
Normal file
17
tests/tbs/tbs0355.pp
Normal file
@ -0,0 +1,17 @@
|
||||
{MvdV; published in core.
|
||||
Element that is in the type zz too is not recognised as such.
|
||||
}
|
||||
|
||||
type xx=(notinsubset1,insubset1,insubset2,notinsubset2);
|
||||
zz=insubset1..insubset2;
|
||||
|
||||
ll=record
|
||||
yy:zz;
|
||||
end;
|
||||
|
||||
const oo : array[0..1] of ll = (
|
||||
(yy:insubset1),
|
||||
(yy:insubset2));
|
||||
begin
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user