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

     1  f (int phaseone)
     2  {
     3    typedef struct
     4      {
     5        unsigned char *p;
     6      }
     7    FILE;
     8    FILE b[2];
     9    static unsigned char xchr[2];
    10    int j;
    11    int for_end;
    12    if (phaseone)
    13      {
    14        if (j <= for_end)
    15  	do
    16  	  *(b[1].p) = xchr[j];
    17  	while (j++ < 10);
    18      }
    19  }