brintos

brintos / llvm-project-archived public Read only

0
0
Text · 92 B · 44b1c1d Raw
3 lines · c
1namespace N { template<typename T> struct A { friend int f(A); }; }2int a = f(N::A<int>());3