b.h 92 Bytes Raw Blame History Permalink 1 2 namespace N { template<typename T> struct A { friend int f(A); }; } int b = f(N::A<int>());