PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / pr82765.c
blobdde0aeba7efec3b4d35b69670ff46bbdb7ce2e8e
1 /* { dg-do compile } */
2 /* { dg-options "-Os -w" } */
4 int a[1][1];
5 int main() { int *b[] = {a, a[1820408606019012862278468], a, a, a}; }