fpc/tests/webtbf/tw1599.pp
2002-01-19 11:48:34 +00:00

17 lines
149 B
ObjectPascal

{ %fail }
{$ifdef fpc}{$MODE objfpc}{$endif}
unit tw1599;
interface
type
TMyClass = class;
implementation
type
TMyClass = class
end;
end.