// PR c++/85092 // { dg-do compile { target c++11 } } #include struct A { A (std::initializer_list); }; A f (); A a { f () };