mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 20:47:53 +02:00
14 lines
201 B
ObjectPascal
14 lines
201 B
ObjectPascal
{ %FAIL }
|
|
{ Old file: tbf0166.pp }
|
|
{ forward type used in declaration crashes instead of error OK 0.99.9 (PFV) }
|
|
|
|
type
|
|
punknown=^unknown;
|
|
|
|
t=object
|
|
procedure p(i:unknown);
|
|
end;
|
|
|
|
begin
|
|
end.
|
|
|