mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 17:59:28 +02:00
12 lines
215 B
ObjectPascal
12 lines
215 B
ObjectPascal
{ %version=1.1 }
|
|
{ Source provided for Free Pascal Bug Report 2280 }
|
|
{ Submitted by "Yakov Sudeikin" on 2002-12-23 }
|
|
{ e-mail: yashka@exebook.com }
|
|
var
|
|
a: array of string;
|
|
|
|
begin
|
|
a := nil;
|
|
if a = nil then;
|
|
end.
|