mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-02 03:02:38 +02:00
10 lines
87 B
ObjectPascal
10 lines
87 B
ObjectPascal
unit bug0284b;
|
|
interface
|
|
type
|
|
o1=object
|
|
p : longint;
|
|
end;
|
|
|
|
implementation
|
|
end.
|