blob: c99c59571e9f2a05b00b5c2e6477e726b717d6a5 [file] [log] [blame]
// PR c++/70572
// { dg-do compile { target c++14 } }
void foo ()
{
decltype (auto) a = foo; // { dg-error "initializer" }
}