fpc/bugs/bug0171.pp
1998-11-12 11:34:23 +00:00

8 lines
105 B
ObjectPascal

type
pstring=^string;
const
drivestr:string='c:';
pdrivestr:pstring=pstring(@drivestr);
begin
end.