blob: d88574436bd51d2c24007cc9f783efbbf6109513 [file] [log] [blame]
// PR c++/39923
// { dg-do compile { target c++11 } }
#include <initializer_list>
void test3()
{
std::initializer_list<int> list{move}; // { dg-error "not declared|could not convert" }
}