mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 13:49:44 +01:00
* crash fix
This commit is contained in:
parent
be67d33ae6
commit
41a7522c69
@ -29,6 +29,7 @@ var
|
||||
i : longint;
|
||||
|
||||
begin
|
||||
object1:=tobject1.create;
|
||||
i:=object1.l;
|
||||
i:=object1.l2;
|
||||
object1.l:=123;
|
||||
|
||||
@ -18,5 +18,6 @@ type
|
||||
end;
|
||||
|
||||
begin
|
||||
c:=tclass1.create;
|
||||
c.i:=12;
|
||||
end.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user