From 5bcdee9f0702e4f54897166250898475f0d26ca3 Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 10 Sep 2025 20:15:56 +0200 Subject: lex: stringify args in function macros --- test/pp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/pp.c') 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))); } -- cgit v1.2.3