xref: /llvm-project/clang/test/ClangScanDeps/Inputs/header-search-pruning/mod.h (revision 6a1f50b84ae8f8a8087fcdbe5f27dae8c76878f1)
1 #include "begin.h"
2 
3 #ifdef INCLUDE_A
4 #include "a.h"
5 #endif
6 
7 #ifdef INCLUDE_B
8 #include "b.h"
9 #endif
10 
11 #include "end.h"
12