modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr20928.c (about)

     1  extern struct bar_t bar;
     2  void *a;
     3  void
     4  foo (void)
     5  {
     6    void **p = a;
     7    do {
     8      *p++ = ((unsigned char *) &bar + ((unsigned long int) 1L << 31));
     9    } while (p);
    10  }