diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/063-comments.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/063-comments.c b/tests/063-comments.c index 4cda52236e..e641d2f0f9 100644 --- a/tests/063-comments.c +++ b/tests/063-comments.c @@ -13,3 +13,8 @@ and slashes / *** / and other stuff. ****/ more code here +/* Test that /* nested + comments */ +are not treated like comments. +/*/ this is a comment */ +/*/*/ |