(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
930602-1.c
       1  typedef struct {
       2   int f[8];
       3  } T;
       4  
       5  f (w, l, r)
       6       T *w;
       7       unsigned short l, r;
       8  {
       9    int i;
      10  
      11    for (i = l; i < r; i++)
      12      g (w->f[i]);
      13  }