1// PR c++/24915
2
3struct A
4{
5  template<int> void foo() {}
6  template<int> int foo() {}
7};
8