mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 20:28:14 +02:00
14 lines
136 B
ObjectPascal
14 lines
136 B
ObjectPascal
{ %FAIL }
|
|
{ Old file: tbf0353.pp }
|
|
{ }
|
|
|
|
{ $version >= 1.1}
|
|
type
|
|
ti = interface
|
|
private
|
|
procedure p;
|
|
end;
|
|
|
|
begin
|
|
end.
|