blob: b6615f23f1cd03adb24454e71d66a49df46e513c [file] [log] [blame]
// { dg-do compile }
unsigned int mEvictionRank[(1 << 5)];
void Unswap(int i)
{
mEvictionRank[i] = ({ unsigned int __v = i; __v; });
}