summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbf/tw1599b.pp
blob: b33ccbcb7da814bfcef14b90e80202c1f05e351b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ %fail }

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

unit tw1599b;
interface

implementation

type
  TMyClass = class;

end.