fpc/tests/webtbf/tw13971d.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
199 B
ObjectPascal

{ %fail }
{$ifdef fpc}
{$mode objfpc}
{$endif}
type
tc = class
function getx(i: longint): longint;
default: longint;
end;
function tc.getx(i: longint): longint;
begin
end;
begin
end.