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

     1  /*  PR tree-optimization/12899  */
     2  
     3  void
     4  bb_getopt_ulflags (char *s)
     5  {
     6    for (;;)
     7      if (s[1])
     8        do
     9  	s++;
    10        while (*s);
    11  }