Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / cxx-dtor / a.h
blob023606eb35a728f5d43f7d1097b9c378e99f9645
1 struct X { X(); virtual ~X(); };