bug0005.pp 78 B

12345678
  1. begin
  2. if 1=1 then
  3. begin
  4. end;
  5. if 1<>1 then
  6. begin
  7. end;
  8. end.