bug0161.pp 169 B

1234567891011
  1. Program bug0157;
  2. {the following program should give a syntax error, but causes an internal error}
  3. const s = [1,2,3,4,5];
  4. var b: Byte;
  5. Begin
  6. If b in [s] then;
  7. End.