aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/66_macro_concat_end.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests2/66_macro_concat_end.c')
-rw-r--r--tests/tests2/66_macro_concat_end.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests2/66_macro_concat_end.c b/tests/tests2/66_macro_concat_end.c
new file mode 100644
index 0000000..55dcaef
--- /dev/null
+++ b/tests/tests2/66_macro_concat_end.c
@@ -0,0 +1,2 @@
+#define paste(A,B) A B##
+paste(x,y)