mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 00:49:34 +02:00
+ added
This commit is contained in:
parent
6cc3dbae94
commit
ef45f2cc05
12
tests/webtbs/tw3694.pp
Normal file
12
tests/webtbs/tw3694.pp
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
program bug1;
|
||||||
|
|
||||||
|
function f : tobject;
|
||||||
|
begin
|
||||||
|
f := tobject.create;
|
||||||
|
end;
|
||||||
|
|
||||||
|
var
|
||||||
|
s : single;
|
||||||
|
begin
|
||||||
|
s := single(f);
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user