fpc/tests/tbs0171.pp
1998-12-02 13:05:01 +00:00

8 lines
105 B
ObjectPascal

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