florian %!s(int64=21) %!d(string=hai) anos
pai
achega
5d11e3a5a3
Modificáronse 1 ficheiros con 18 adicións e 0 borrados
  1. 18 0
      tests/tbf/tb0169.pp

+ 18 - 0
tests/tbf/tb0169.pp

@@ -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.