Jonas Maebe %!s(int64=20) %!d(string=hai) anos
pai
achega
ef45f2cc05
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      tests/webtbs/tw3694.pp

+ 12 - 0
tests/webtbs/tw3694.pp

@@ -0,0 +1,12 @@
+program bug1;
+
+function f : tobject;
+begin
+  f := tobject.create;
+end;
+
+var
+  s : single;
+begin
+  s := single(f);
+end.