Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / keep-going-template-instantiations.h
blob042918b1f8e6d1deaec74d787ed71cf07ced211f
1 template<typename T, T v> struct c {};
2 using d = c<bool, false>;
3 struct foo : public d {};