mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:28:08 +02:00
14 lines
94 B
ObjectPascal
14 lines
94 B
ObjectPascal
{$mode objfpc}
|
|
|
|
unit uw39907;
|
|
interface
|
|
|
|
type
|
|
TObject = class
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|