(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr55350.c
       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  }