no message

This commit is contained in:
florian 2005-01-06 13:42:43 +00:00
parent ef9b70f1f4
commit 5d11e3a5a3

18
tests/tbf/tb0169.pp Normal file
View File

@ -0,0 +1,18 @@
{ %fail }
{$mode objfpc}
type
ttype=object
l1,l2 : pointer;
end;
tcl=class
end;
var
tt : ttype;
c : tcl;
begin
c:=tcl(tt);
end.