tb0249.pp 70 B

12345678
  1. { %FAIL }
  2. program tb0249;
  3. var
  4. p: PByte;
  5. begin
  6. p := nil - 5;
  7. end.