mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:18:22 +02:00
17 lines
149 B
ObjectPascal
17 lines
149 B
ObjectPascal
{ %fail }
|
|
|
|
{$ifdef fpc}{$MODE objfpc}{$endif}
|
|
|
|
unit tw1599;
|
|
interface
|
|
type
|
|
TMyClass = class;
|
|
|
|
implementation
|
|
|
|
type
|
|
TMyClass = class
|
|
end;
|
|
|
|
end.
|