tb0116.pp 168 B

12345678910111213
  1. { Old file: tbs0135.pp }
  2. { Unsupported subrange type construction. OK 0.99.6 }
  3. program test;
  4. const
  5. A = 0;
  6. B = 1;
  7. C = 2;
  8. type D = A..C;
  9. begin
  10. end.