1// { dg-do compile }
2unsigned int mEvictionRank[(1 << 5)];
3void Unswap(int i)
4{
5  mEvictionRank[i] = ({ unsigned int __v = i; __v; });
6}
7