bug0092.pp 220 B

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