* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / nsdmi-union3.C
blob35f6509df786924127521c4ba87026ce26c12f3b
1 // PR c++/58965
2 // { dg-require-effective-target c++11 }
4 void foo()
6   static union
7   {
8     int i = i;
9   };