blob: 44b1c1db568858477632d78c89918f2a2e5de3cc [file] [log] [blame]
namespace N { template<typename T> struct A { friend int f(A); }; }
int a = f(N::A<int>());