mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 19:59:27 +02:00
11 lines
198 B
ObjectPascal
11 lines
198 B
ObjectPascal
{ 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.
|