summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/macro_arg_slocentry_merge.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/macro_arg_slocentry_merge.h')
-rw-r--r--clang/test/Preprocessor/macro_arg_slocentry_merge.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/macro_arg_slocentry_merge.h b/clang/test/Preprocessor/macro_arg_slocentry_merge.h
new file mode 100644
index 00000000000..62595b762e5
--- /dev/null
+++ b/clang/test/Preprocessor/macro_arg_slocentry_merge.h
@@ -0,0 +1,7 @@
+
+
+
+
+#define WINDOW win
+#define P_(args) args
+extern void f P_((WINDOW win));
OpenPOWER on IntegriCloud