index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Modules
/
Inputs
/
merge-dependent-friends
/
a.h
blob: 44b1c1db568858477632d78c89918f2a2e5de3cc (
plain
)
1
2
namespace N { template<typename T> struct A { friend int f(A); }; } int a = f(N::A<int>());