summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw4554b.pp
blob: a4d2009bcf61932a6e1c9ed6662f8167d60c0615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ %fail }
{ %opt=-vw -Sew }

procedure rrr;    
var bar, ear: array[0..1] of integer;
begin
  ear[1]:=bar[1];
end; 

BEGIN
  rrr ;
END.