[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / merge-template-specializations / a.h
blob00426af2b1d593261273bd9e879a96c28c590f5e
1 template<unsigned> class SmallString {};
3 template<int> int var_template = 0;