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

     1  struct {
     2    unsigned int f1, f2;
     3  } s;
     4  
     5  f()
     6  {
     7   unsigned x, y;
     8   x = y = 0;
     9   while (y % 4)
    10     y++;
    11   g(&s.f2, s.f1 + x, 4);
    12  }