brintos

brintos / llvm-project-archived public Read only

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