(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1y/
auto-fn31.C
// PR c++/70572
// { dg-do compile { target c++14 } }

void foo ()
{
  decltype (auto) a = foo;  // { dg-error "initializer" }
}