This commit is contained in:
Jonas Maebe 2005-03-05 20:11:15 +00:00
parent 6cc3dbae94
commit ef45f2cc05

12
tests/webtbs/tw3694.pp Normal file
View File

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