C++程序  |  3行  |  83 B

namespace N { template<typename T> struct A { friend int f(A); }; }
#include "c.h"