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