tbs0234.pp 87 B

12345678910
  1. program bug0232;
  2. {$mode tp}
  3. var p:pointer;
  4. begin
  5. new(p);
  6. dispose(p);
  7. end.