Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / ClangScanDeps / Inputs / header-search-pruning / mod.h
blob539ee5b3a05aed977fcac2e4ba1f99346a07899a
1 #include "begin.h"
3 #ifdef INCLUDE_A
4 #include "a.h"
5 #endif
7 #ifdef INCLUDE_B
8 #include "b.h"
9 #endif
11 #include "end.h"