1 // PR c++/71577
2 // { dg-do compile { target c++11 } }
3 
4 struct { int a; } s1, s2 = { s1, 0 };  // { dg-error "too many initializers" }
5