aboutsummaryrefslogtreecommitdiff
path: root/test/preprocess-macro-stringize-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/preprocess-macro-stringize-2.c')
-rw-r--r--test/preprocess-macro-stringize-2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/preprocess-macro-stringize-2.c b/test/preprocess-macro-stringize-2.c
new file mode 100644
index 0000000..81862b6
--- /dev/null
+++ b/test/preprocess-macro-stringize-2.c
@@ -0,0 +1,5 @@
+#define str(x) # x
+str(@)
+str(12 x- 3
+ abc)
+str('"' "\\")