llvm/clang/test/ClangScanDeps/Inputs/header-search-pruning/mod.h

#include "begin.h"

#ifdef INCLUDE_A
#include "a.h"
#endif

#ifdef INCLUDE_B
#include "b.h"
#endif

#include "end.h"