summaryrefslogtreecommitdiff
path: root/tests/pp/09.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pp/09.c')
-rw-r--r--tests/pp/09.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/pp/09.c b/tests/pp/09.c
new file mode 100644
index 0000000..315b297
--- /dev/null
+++ b/tests/pp/09.c
@@ -0,0 +1,4 @@
+#define C(a,b,c) a##b##c
+#define N(x,y) C(x,_,y)
+#define A_O aaaaoooo
+N(A,O)