summaryrefslogtreecommitdiffstats
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"
OpenPOWER on IntegriCloud