blob: f10daeae50208b521b482b98872e287bb33af420 [file] [log] [blame]
void
foo (__INTPTR_TYPE__ x, __INTPTR_TYPE__ y)
{
int i;
void **a = (void *) (8UL * (x / 8UL));
for (i = 0; i < x; i++)
a[i] = (void *) y;
}