fpc/tests/tbs/tb0116.pp
2002-09-07 15:40:30 +00:00

14 lines
169 B
ObjectPascal

{ Old file: tbs0135.pp }
{ Unsupported subrange type construction. OK 0.99.6 }
program test;
const
A = 0;
B = 1;
C = 2;
type D = A..C;
begin
end.