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