* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.dg / pr17322.c
blob705787273b548d8d5ac5cf88bb02afedcc32ecf3
1 /* PR 17322 */
3 struct s { int a; int b[1]; };
4 struct s x;
5 int *y = ((struct s *)&x.a)->b;