[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / merge-decl-order / a.h
blobf505a424c7e6dfdc2de321a7bd983ce76b3c6468
1 namespace N { struct SA { friend struct foo; }; }
2 namespace N { struct foo; }