summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/mi_opt.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/mi_opt.c')
-rw-r--r--test/Preprocessor/mi_opt.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Preprocessor/mi_opt.c b/test/Preprocessor/mi_opt.c
new file mode 100644
index 0000000..aa69e2b
--- /dev/null
+++ b/test/Preprocessor/mi_opt.c
@@ -0,0 +1,11 @@
+// RUN: not clang-cc -fsyntax-only %s
+// PR1900
+// This test should get a redefinition error from m_iopt.h: the MI opt
+// shouldn't apply.
+
+#define MACRO
+#include "mi_opt.h"
+#undef MACRO
+#define MACRO || 1
+#include "mi_opt.h"
+
OpenPOWER on IntegriCloud