blob: 33e97c7dfb4f60405c0c19131eb6c89a72ab5d95 [file] [log] [blame]
// PR c++/39923
// { dg-options "-std=c++0x" }
#include <initializer_list>
void test3()
{
std::initializer_list<int> list{move}; // { dg-error "not declared|could not convert" }
}