fpc/tests/webtbf/tw13971f.pp
Jonas Maebe ae6200ce72 + tests forgotten to commit as part of r13334
git-svn-id: trunk@13617 -
2009-08-30 08:37:53 +00:00

19 lines
171 B
ObjectPascal

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