blob: 15794ad62cb6c2fc231dadcc4635e22f40be286d [file] [log] [blame]
// PR c++/71577
// { dg-do compile { target c++11 } }
struct { int a; } s1, s2 = { s1, 0 }; // { dg-error "too many initializers" }