// PR c++/39923 // { dg-do compile { target c++11 } } #include void test3() { std::initializer_list list{move}; // { dg-error "not declared|could not convert" } }