summaryrefslogtreecommitdiff
path: root/test/Preprocessor/mi_opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/mi_opt.h')
-rw-r--r--test/Preprocessor/mi_opt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Preprocessor/mi_opt.h b/test/Preprocessor/mi_opt.h
new file mode 100644
index 000000000000..a82aa6af0f9c
--- /dev/null
+++ b/test/Preprocessor/mi_opt.h
@@ -0,0 +1,4 @@
+#if !defined foo MACRO
+#define foo
+int x = 2;
+#endif