[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / merge-template-specializations / c.h
blob44fe4925d7c2d5aee3b61925a2fa95978a3b3de6
1 #include "a.h"
2 struct X { SmallString<256> ss; };
4 template<typename T> void use_var_template(decltype(T() + var_template<0>));
6 #include "b.h"