Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[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;