// PR c++/51399 // { dg-do compile { target c++11 } } #include struct A { std::initializer_list x[1] = { 0 }; // { dg-error "could not convert" } A() {} };