summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/pr2086.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/pr2086.h')
-rw-r--r--test/Preprocessor/pr2086.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Preprocessor/pr2086.h b/test/Preprocessor/pr2086.h
new file mode 100644
index 0000000..b98b996
--- /dev/null
+++ b/test/Preprocessor/pr2086.h
@@ -0,0 +1,6 @@
+#ifndef test
+#endif
+
+#ifdef test
+#undef test
+#endif
OpenPOWER on IntegriCloud