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