summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/modularize/Inputs/InconsistentHeader2.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/test/modularize/Inputs/InconsistentHeader2.h')
-rw-r--r--clang-tools-extra/test/modularize/Inputs/InconsistentHeader2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang-tools-extra/test/modularize/Inputs/InconsistentHeader2.h b/clang-tools-extra/test/modularize/Inputs/InconsistentHeader2.h
new file mode 100644
index 00000000000..a2bcae19c78
--- /dev/null
+++ b/clang-tools-extra/test/modularize/Inputs/InconsistentHeader2.h
@@ -0,0 +1,3 @@
+// Set up so the declaration in InconsistentSubHeader.h is not defined.
+#define SYMBOL2 1
+#include "InconsistentSubHeader.h"
OpenPOWER on IntegriCloud