3 /* { dg-options "-O2 -Wunused-variable" } */
9 if (2 * sizeof(int) != sizeof((*({ int N
= 2; int (*x
)[9][N
] = 0; x
; })[1])))
15 if (2 * sizeof(int) != sizeof((*({ int N
= 2; int (*x
)[9][N
] = 0; x
; })[0])))
21 if (2 * 9 * sizeof(int) != sizeof((*({ int N
= 2; int (*x
)[9][N
] = 0; x
; }))))
27 sizeof(*((*({ int N
= 2; int (*x
)[9][N
] = 0; x
; }) + 0)));
32 if (2 * sizeof(int) != sizeof(*((*({ int N
= 2; int (*x
)[9][N
] = 0; x
; }) ))))
38 if (2 * sizeof(int) != sizeof(*((*({ int N
= 2; int (*x
)[9][N
] = 0; x
; }) + 0))))