summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr82765.c
blob: dde0aeba7efec3b4d35b69670ff46bbdb7ce2e8e (plain)
1
2
3
4
5
/* { dg-do compile } */
/* { dg-options "-Os -w" } */

int a[1][1];
int main() { int *b[] = {a, a[1820408606019012862278468], a, a, a}; }