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

     1  void
     2  foo (__INTPTR_TYPE__ x, __INTPTR_TYPE__ y)
     3  {
     4    int i;
     5    void **a = (void *)  (8UL * (x / 8UL));
     6    for (i = 0; i < x; i++)
     7      a[i] = (void *) y;
     8  }