PR tree-optimization/83369 - Missing diagnostics during inlining
[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;