bug0171.pp 105 B

1234567
  1. type
  2. pstring=^string;
  3. const
  4. drivestr:string='c:';
  5. pdrivestr:pstring=pstring(@drivestr);
  6. begin
  7. end.