fpc/tests/webtbs/tw8180.pp
florian 9820ea04cc * fixed test
git-svn-id: trunk@6642 -
2007-02-25 16:21:22 +00:00

17 lines
151 B
ObjectPascal

{ %recompile }
{$mode objfpc}
uses uw8180;
type
tcl=class(TInterfacedObject,XStr)
end;
var
x : tcl;
begin
x:=tcl.create;
x._Addref;
end.