1 // PR c++/58965
2 // { dg-require-effective-target c++11 }
3 
foo()4 void foo()
5 {
6   static union
7   {
8     int i = i;
9   };
10 }
11