blob: 87568620b03ccefa0a58ab31f249ae5cf587433e [file] [log] [blame]
/* APPLE LOCAL file mainline */
extern struct bar_t bar;
void *a;
void
foo (void)
{
void **p = a;
do {
*p++ = ((unsigned char *) &bar + ((unsigned long int) 1L << 31));
} while (p);
}