diff options
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; } |