mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 04:59:26 +02:00
* crash with empty strigns
This commit is contained in:
parent
75019cf36a
commit
15e2b21671
17
tests/webtbs/tw3423.pp
Normal file
17
tests/webtbs/tw3423.pp
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{ Source provided for Free Pascal Bug Report 3423 }
|
||||||
|
{ Submitted by "Bram Kuijvenhoven" on 2004-12-02 }
|
||||||
|
{ e-mail: kuifware@hotmail.com }
|
||||||
|
{$MODE OBJFPC}{$H+}
|
||||||
|
|
||||||
|
var
|
||||||
|
a:ansistring;
|
||||||
|
s:shortstring;
|
||||||
|
|
||||||
|
begin
|
||||||
|
|
||||||
|
a:='';
|
||||||
|
s:='';
|
||||||
|
a+=s;
|
||||||
|
|
||||||
|
end.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user