Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / torture / pr44809.C
blobb6615f23f1cd03adb24454e71d66a49df46e513c
1 // { dg-do compile }
2 unsigned int mEvictionRank[(1 << 5)];
3 void Unswap(int i)
4
5   mEvictionRank[i] = ({ unsigned int __v = i; __v; });