(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
pr71577.C
// PR c++/71577
// { dg-do compile { target c++11 } }

struct { int a; } s1, s2 = { s1, 0 };  // { dg-error "too many initializers" }