Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / cxx17 / decls.h
blob473b6d15112ade965a28bf1f26d2c5d1a1e48df5
1 struct MergeExceptionSpec {
2 ~MergeExceptionSpec(); // unevaluated exception spec
3 };