[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / using-decl-redecl / c.h
blobe44e1a04e05064c8e52b5c3db50931013d8ae426
1 #include "b.h"
2 namespace N { using ::N::clstring; }