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
/
d.h
blob: ce3f69fa387f445cacbd9a08715dcc30702e0910 (
plain
)
1
2
namespace N { template<typename T> struct A { friend int f(A); }; } #include "c.h"