fpc/tests/webtbf/tw1830.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

11 lines
166 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.