modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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 }