(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
torture/
pr44809.C
// { dg-do compile }
unsigned int mEvictionRank[(1 << 5)];
void Unswap(int i)
{ 
  mEvictionRank[i] = ({ unsigned int __v = i; __v; });
}