(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lookup/
struct2.C
// PR c++/14510

struct c {};
namespace A {
  int c(struct c*req);
}
int A::c(struct c*req) { return 0; }