bug0041.pp 102 B

12345678
  1. var
  2. b1: boolean;
  3. Begin
  4. begin
  5. If b1 then { illegal expression }
  6. end;
  7. while b1 do
  8. End.