fpc/tests/webtbs/tw2280.pp
2024-10-31 22:35:04 +01:00

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.