/* PR 17322 */

struct s { int a; int b[1]; };
struct s x;
int *y = ((struct s *)&x.a)->b;


syntax highlighted by Code2HTML, v. 0.9.1