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