1 /* { dg-do compile } */
2 
3 struct A
4 {
5   char c[1];
6 } a;
7 
8 const __SIZE_TYPE__ i = (__SIZE_TYPE__)&a.c[0] - 1;
9