mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:49:31 +02:00
14 lines
119 B
ObjectPascal
14 lines
119 B
ObjectPascal
{ %fail }
|
|
|
|
{$ifdef fpc}{$MODE objfpc}{$endif}
|
|
|
|
unit tw1599b;
|
|
interface
|
|
|
|
implementation
|
|
|
|
type
|
|
TMyClass = class;
|
|
|
|
end.
|