tb0195.pp 68 B

12345678
  1. { %fail }
  2. { %opt=-Sew }
  3. var
  4. a: longint;
  5. begin
  6. a := not a;
  7. end.