Jonas Maebe 20 years ago
parent
commit
ef45f2cc05
1 changed files with 12 additions and 0 deletions
  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.