fpc/tests/webtbf/tw1830.pp
2002-10-07 20:02:14 +00:00

12 lines
167 B
ObjectPascal

{ %fail }
procedure confronta(primo,primo,comuni:string);
begin // primo==first
end;
var vett:array[1..10] of string;
begin
confronta(vett[1],vett[2],comuni);
end.