summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbf/tw13971b.pp
blob: 620bc6e1fe784f7b46ea3dbca271170d99ecea8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ %fail }

{$ifdef fpc}
{$mode objfpc}
{$endif}

type
  tc = class
    constructor test;
    a: longint;
  end;

constructor tc.test;
begin
end;

begin
end.