// PR c++/24915

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


syntax highlighted by Code2HTML, v. 0.9.1