]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr17322.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr17322.c
1 /* PR 17322 */
2
3 struct s { int a; int b[1]; };
4 struct s x;
5 int *y = ((struct s *)&x.a)->b;