// PR c++/85634 namespace bsl { template void frob (const T *); } using namespace bsl; template void frob (const VALUE &); template struct TPL { friend void frob (const T &); }; TPL x;