Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / merge-decl-context / d.h
blobccc7308b24993ead1c18d51306c45aec6166cf23
1 #ifndef D_H
2 #define D_H
4 #include "a.h"
5 #include "b.h"
7 #endif