Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / cxx-dtor / b.h
blob75958564cc9cc290fb41b07a65d831f4666d2a86
1 struct X { X(); virtual ~X(); };
2 inline X::~X() {}
3 #include "a.h"