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