blob: 697019c18296dfc76c40a72658248681064a85b6 [file] [log] [blame]
/* { dg-do compile { target { lp64 } } } */
/* { dg-options "-fPIC -Wno-array-bounds -fwrapv" } */
char *ptr = 0;
char array[100];
void
f()
{
ptr = &array[0x100000000ULL]; /* A 33-bit constant. */
}