(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr82765.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-Os -w" } */
       3  
       4  int a[1][1];
       5  int main() { int *b[] = {a, a[1820408606019012862278468], a, a, a}; }