(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
overload8.C
// PR c++/24915

struct A
{
  template<int> void foo() {}
  template<int> int foo() { return 0; }
};