modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/930602-1.c (about)

     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  }