Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / merge-class-definition-visibility / b.h
blob03c0ad98dfd8d1d37731a18b7b67ded5b5c182c9
1 // Include definition of A into the same module as c.h
2 #include "a.h"
4 struct B {};