tb0465.pp 84 B

12345678910
  1. program tb0465;
  2. {$mode delphi}
  3. var x:pointer;
  4. begin
  5. x:=0;
  6. x:=pointer(0);
  7. end.