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

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