blob: cc6a05b7041cab9e9e4a912b3151c713a550d398 [file] [log] [blame]
// PR c++/24915
struct A
{
template<int> void foo() {}
template<int> int foo() {}
};