aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-04-14 12:05:57 +0200
committerlemon <lsof@mailbox.org>2026-04-14 12:14:51 +0200
commit98222b7c0506b0a9833230177b939f8c25046b31 (patch)
treef2330b72c7288437a864c30601512e41da051a12 /test
parentcd44dafedb6e69c7cca218fd33c1530a48b3e3d1 (diff)
cpp: concat 123 ## .
Diffstat (limited to 'test')
-rw-r--r--test/07-pp.c4
1 files changed, 2 insertions, 2 deletions
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;
}