fpc/tests/tbf0166.pp

10 lines
89 B
ObjectPascal

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