// PR c++/43028 // { dg-options "-std=c++0x" } #include struct string { string(std::initializer_list) { } }; void f() { auto y = { string(Equation()) // { dg-error "not declared" } }; // { dg-error "unable to deduce" } }