(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lookup/
name-clash10.C
// PR c++/38313

struct foo { };
struct bar { };

struct baz {
  static foo (bar)();
};