tw4554c.pp 132 B

123456789101112
  1. { %fail }
  2. { %opt=-vw -Sew }
  3. procedure rrr;
  4. var bar: array[0..1] of integer;
  5. begin
  6. if bar[1]=1 then;
  7. end;
  8. BEGIN
  9. rrr ;
  10. END.