Merge from mainline.
[official-gcc.git] / gcc / testsuite / g++.dg / template / overload8.C
blobcc6a05b7041cab9e9e4a912b3151c713a550d398
1 // PR c++/24915
3 struct A
5   template<int> void foo() {}
6   template<int> int foo() {}
7 };