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

struct T {
  friend auto f() { }
};