Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / SameHeader / B.h
blobc3fe49cd854f9d9a7cc986122e78d9822ea8aa93
1 #ifndef __B_h__
2 #define __B_h__
3 #include "C.h"
4 #endif