Jonas Maebe 20 éve
szülő
commit
ef45f2cc05
1 módosított fájl, 12 hozzáadás és 0 törlés
  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.