aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/pp.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-09-10 20:15:56 +0200
committerlemon <lsof@mailbox.org>2025-09-10 22:41:39 +0200
commit5bcdee9f0702e4f54897166250898475f0d26ca3 (patch)
treeabc9087456157ab2b182b25a3ab65c3dfcf4433b /test/pp.c
parent3fc3b2680581a59b3d08244a190d5d7bdcf80e45 (diff)
lex: stringify args in function macros
Diffstat (limited to 'test/pp.c')
-rw-r--r--test/pp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pp.c b/test/pp.c
index 2e6193e..f850c08 100644
--- a/test/pp.c
+++ b/test/pp.c
@@ -5,5 +5,7 @@
int
main(void)
{
+ printf("%s\n",STR ( ok /1 "\n"\n ;.&
+ 05.5));
hi(ADD(Foo, SQR(Bar+1)));
}