diff options
| author | 2026-04-14 12:05:57 +0200 | |
|---|---|---|
| committer | 2026-04-14 12:14:51 +0200 | |
| commit | 98222b7c0506b0a9833230177b939f8c25046b31 (patch) | |
| tree | f2330b72c7288437a864c30601512e41da051a12 /test | |
| parent | cd44dafedb6e69c7cca218fd33c1530a48b3e3d1 (diff) | |
cpp: concat 123 ## .
Diffstat (limited to 'test')
| -rw-r--r-- | test/07-pp.c | 4 |
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; } |