← every case · 1000 · comments
a line comment inside a block comment is part of the block
| 1 | commentscommentscommentscommentscomments | /* block opens |
| 2 | commentscommentscommentscommentscomments | // this line comment is inside the block |
| 3 | commentscommentscommentscommentscomments | end of block */ |
| 4 | codecodecodecodecode | int x = 1; |
stringcommentthe tag around another language
cloc --json cases/1000-comments/1050-block_comment_holding_line_comment/input.c
mezura cases/1000-comments/1050-block_comment_holding_line_comment/input.c --output json --hide timing --counting content
mezura cases/1000-comments/1050-block_comment_holding_line_comment/input.c --output json --hide timing --counting region
scc --format json cases/1000-comments/1050-block_comment_holding_line_comment/input.c
tokei --output json cases/1000-comments/1050-block_comment_holding_line_comment/input.c