xref: /llvm-project/clang-tools-extra/test/modularize/Inputs/InconsistentHeader2.h (revision 81450dfff9ef95aea9c9a650bb36b344cae69339)
1*81450dffSJohn Thompson // Set up so the declaration in InconsistentSubHeader.h is not defined.
2*81450dffSJohn Thompson #define SYMBOL2 1
3*81450dffSJohn Thompson #include "InconsistentSubHeader.h"
4