From 441dad512b47a4ff3998f4f1c81068d40d32dc75 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 26 Feb 2026 12:27:35 +0100 Subject: cpp: allow comments between function-like macro name and arguments --- test/07-pp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/07-pp.c b/test/07-pp.c index be1dfe0..3d2534a 100644 --- a/test/07-pp.c +++ b/test/07-pp.c @@ -101,7 +101,8 @@ S\ gnu_ext(printf, "ok %s", "...") gnu_ext(printf, "\n"); countertest(ww); - countertest(ww); + countertest/* comment + */(ww); CAT(ret,urn) 0; } -- cgit v1.2.3