tw37449.pp 80 B

123456
  1. { %OPT=-O- }
  2. var x:integer;
  3. begin
  4. x := 1;
  5. x := x mod -1; { buggy }
  6. end.