blob: 72417b43ed051d58cbc268ccaedce81bc5fa504b [file] [log] [blame]
void f();
namespace A {
template <class T> void f(T) { }
using ::f;
template void f(int);
}