diff options
| author | 2026-02-26 12:27:35 +0100 | |
|---|---|---|
| committer | 2026-02-26 12:31:17 +0100 | |
| commit | 441dad512b47a4ff3998f4f1c81068d40d32dc75 (patch) | |
| tree | 34971204141303124a2d7b35b291803e04f6c5b6 /test | |
| parent | 62827308a32a80729d98934081eb87d9182c4752 (diff) | |
cpp: allow comments between function-like macro name and arguments
Diffstat (limited to 'test')
| -rw-r--r-- | test/07-pp.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |