mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 23:08:01 +02:00
14 lines
135 B
ObjectPascal
14 lines
135 B
ObjectPascal
{ %FAIL }
|
|
{ Old file: tbf0358.pp }
|
|
{ }
|
|
|
|
{ $version >= 1.1}
|
|
type
|
|
ti = interface
|
|
public
|
|
procedure p;
|
|
end;
|
|
|
|
begin
|
|
end.
|