blob: 705787273b548d8d5ac5cf88bb02afedcc32ecf3 [file] [log] [blame]
/* PR 17322 */
struct s { int a; int b[1]; };
struct s x;
int *y = ((struct s *)&x.a)->b;