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