xref: /llvm-project/clang-tools-extra/test/modularize/Inputs/InconsistentHeader1.h (revision 81450dfff9ef95aea9c9a650bb36b344cae69339)
1*81450dffSJohn Thompson // Define symbol such that a declaration exists when this header
2*81450dffSJohn Thompson // is included, but not when InconsistentHeader2.h is included.
3*81450dffSJohn Thompson #define SYMBOL1 1
4*81450dffSJohn Thompson #include "InconsistentSubHeader.h"
5