Jonas Maebe před 20 roky
rodič
revize
ef45f2cc05
1 změnil soubory, kde provedl 12 přidání a 0 odebrání
  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.