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