summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw1599.pp
blob: 455031cc6e1d3deb4d469e4363fc8205b45935d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ %fail }

{$ifdef fpc}{$MODE objfpc}{$endif}

unit tw1599;
interface
type
  TMyClass = class;

implementation

type
  TMyClass = class
  end;

end.