mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-24 18:58:39 +01:00
12 lines
112 B
ObjectPascal
12 lines
112 B
ObjectPascal
{ Old file: tbf0356.pp }
|
|
{ }
|
|
|
|
{ $version >= 1.1}
|
|
type
|
|
ti = interface
|
|
l : longint;
|
|
end;
|
|
|
|
begin
|
|
end.
|