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