fpc/tests/webtbs/tw3048.pp
2005-02-14 17:13:06 +00:00

10 lines
185 B
ObjectPascal

{ Source provided for Free Pascal Bug Report 3048 }
{ Submitted by "GBD" on 2004-04-15 }
{ e-mail: }
{$mode delphi}
var a ,b : array of word;
begin
if a<>b then writeln('ok');
end.