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

12 lines
117 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#include "begin.h"
#ifdef INCLUDE_A
#include "a.h"
#endif
#ifdef INCLUDE_B
#include "b.h"
#endif
#include "end.h"