llvm/clang/test/Modules/Inputs/merge-dependent-friends/d.h

namespace N { template<typename T> struct A { friend int f(A); }; }
#include "c.h"