Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / merge-function-defs / a.h
blob7fc0e52c41043989b7cf8916a8a06c6e3e27b851
1 struct X {
2 virtual void f();
3 };
4 inline void X::f() {}