fpc/tests/tbs/tb0062.pp
2000-11-30 22:38:14 +00:00

11 lines
201 B
ObjectPascal

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