blob: 0bf33a2109b2201dae532636ff628a1b01df2f9e [file] [log] [blame]
// APPLE LOCAL file mainline 2005-12-19 4407995
// PR c++/24915
struct A
{
template<int> void foo() {}
template<int> int foo() {}
};