[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / merge-dependent-friends / d.h
blobce3f69fa387f445cacbd9a08715dcc30702e0910
1 namespace N { template<typename T> struct A { friend int f(A); }; }
2 #include "c.h"