// PR c++/64520 // { dg-do compile { target c++11 } } #include struct A { template A(std::initializer_list); }; A a { 0 }; // { dg-error "" }