fpc/bugs/bug0166.pp
1998-09-22 15:44:18 +00:00

10 lines
89 B
ObjectPascal

type
punknown=^unknown;
t=object
procedure p(i:unknown);
end;
begin
end.