summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_fn_placemarker.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/macro_fn_placemarker.c')
-rw-r--r--test/Preprocessor/macro_fn_placemarker.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Preprocessor/macro_fn_placemarker.c b/test/Preprocessor/macro_fn_placemarker.c
new file mode 100644
index 0000000..ff688ce
--- /dev/null
+++ b/test/Preprocessor/macro_fn_placemarker.c
@@ -0,0 +1,5 @@
+// RUN: clang-cc %s -E | grep 'foo(A, )'
+
+#define X(Y) foo(A, Y)
+X()
+
OpenPOWER on IntegriCloud