// PR c++/105589 // { dg-do compile { target c++11 } } struct X { X(); }; struct array { X m[2]; }; template void f() { array w = array{}; }