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

auto foo();

void bar()
{
  using ::foo;
}