overload8.C   [plain text]


// PR c++/24915

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