mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 08:51:10 +02:00
no message
This commit is contained in:
parent
6a902e9f9b
commit
01d7276396
14
tests/webtbs/tw3083.pp
Normal file
14
tests/webtbs/tw3083.pp
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{ Source provided for Free Pascal Bug Report 3083 }
|
||||||
|
{ Submitted by "Martin Schreiber" on 2004-05-04 }
|
||||||
|
{ e-mail: }
|
||||||
|
program project1;
|
||||||
|
|
||||||
|
{$mode delphi}{$H+}
|
||||||
|
|
||||||
|
var
|
||||||
|
ar1: array of ansistring;
|
||||||
|
begin
|
||||||
|
setlength(ar1,1);
|
||||||
|
ar1[0]:= 'abc';
|
||||||
|
ar1:= nil; //av!
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user