modernc.org/cc@v1.0.1/testdata/gcc-6.3.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  }