rt_gccstream/gcc/testsuite/gcc.dg/pr17322.c

6 lines
91 B
C

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