tb0062.pp 201 B

12345678910
  1. { Old file: tbs0068.pp }
  2. { Shows incorrect type of ofs() OK 0.99.1 (PFV and FK) }
  3. var
  4. p : pointer;
  5. l : longint;
  6. begin
  7. l:=Ofs(p); { Ofs returns a pointer type !? }
  8. end.