From 98222b7c0506b0a9833230177b939f8c25046b31 Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 14 Apr 2026 12:05:57 +0200 Subject: cpp: concat 123 ## . --- test/07-pp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/07-pp.c') diff --git a/test/07-pp.c b/test/07-pp.c index 4301dbd..7370413 100644 --- a/test/07-pp.c +++ b/test/07-pp.c @@ -14,7 +14,7 @@ token spacing: sum = 1 + 2 +3;$ [ baz] ;$ +. *$ -x=7 +x=7 7 */ #include "07-pp.h" @@ -138,7 +138,7 @@ qx2(*) ) "$\n" 3 #endif ); - printf("x=%d\n",x); + printf("x=%d %g\n",x, CAT(7,.)); CAT(ret,urn) 0; } -- cgit v1.2.3