C++程序  |  3行  |  92 B

namespace N { template<typename T> struct A { friend int f(A); }; }
int a = f(N::A<int>());