bug0166.pp 89 B

12345678910
  1. type
  2. punknown=^unknown;
  3. t=object
  4. procedure p(i:unknown);
  5. end;
  6. begin
  7. end.