tw13815.pp 91 B

123456789
  1. { %fail }
  2. var
  3. p: pointer;
  4. begin
  5. p:=nil+1;
  6. if (p<>pointer(1)) then
  7. halt(1);
  8. end.