modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr59569-1.c (about) 1 /* PR middle-end/59569 */ 2 extern char c; 3 4 void 5 foo (int i, char **j) 6 { 7 while (i) 8 j[--i] = &c; 9 }