bug0092.pp 250 B

12345678910
  1. {The unfixable bug. Maybe we get an idea when we keep looking at it.
  2. Daniel Mantione 5 februari 1998.}
  3. const
  4. a:1..4=2; {Crash 1.}
  5. b:set of 1..4=[2,3]; {Also crashes, but is the same bug.}
  6. begin
  7. writeln(a);
  8. end.