fpc/tests/tbs/tb0062.pp
2004-05-02 12:59:57 +00:00

11 lines
202 B
ObjectPascal

{ Old file: tbs0068.pp }
{ Shows incorrect type of ofs() OK 0.99.1 (PFV and FK) }
var
p : pointer;
l : smallint;
begin
l:=Ofs(p); { Ofs returns a pointer type !? }
end.