{ %fail } {$ifdef fpc} {$mode objfpc} {$endif} type tc = class constructor test; a: longint; end; constructor tc.test; begin end; begin end.