mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 17:28:05 +02:00
10 lines
185 B
ObjectPascal
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.
|