mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:18:22 +02:00
13 lines
117 B
ObjectPascal
13 lines
117 B
ObjectPascal
{ Old file: tbs0284b.pp }
|
|
{ }
|
|
|
|
unit tb0243;
|
|
interface
|
|
type
|
|
o1=object
|
|
p : longint;
|
|
end;
|
|
|
|
implementation
|
|
end.
|