1/* { dg-do compile } */
2
3void bar(unsigned int i)
4{
5	int a[4];
6	char *p = (char*)&a[1] + 4*i;
7}
8