aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/torture/pr44809.C
blob: b6615f23f1cd03adb24454e71d66a49df46e513c (plain)
1
2
3
4
5
6
// { dg-do compile }
unsigned int mEvictionRank[(1 << 5)];
void Unswap(int i)
{ 
  mEvictionRank[i] = ({ unsigned int __v = i; __v; });
}