tb0030.pp 281 B

123456789101112131415
  1. { %FAIL }
  2. { Old file: tbf0161.pp }
  3. { internal error when trying to create a set with another OK 0.99.9 (PFV) }
  4. Program tbs0161;
  5. {the following program should give a syntax error, but causes an internal error}
  6. const s = [1,2,3,4,5];
  7. var b: Byte;
  8. Begin
  9. If b in [s] then;
  10. End.