OSDN Git Service

PR c++/9335
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / overload8.C
1 // PR c++/24915
2
3 struct A
4 {
5   template<int> void foo() {}
6   template<int> int foo() {}
7 };