mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
27 lines
468 B
C
27 lines
468 B
C
|
|
/* TODO This is a simple to do comment */
|
|
|
|
/* TODO */
|
|
|
|
/* TODO This is a
|
|
* multi-line comment */
|
|
|
|
/* Some comment
|
|
* TODO This is a mid-comment
|
|
* multi-line comment */
|
|
|
|
/* Some comment
|
|
* with a TODO This is a mid-comment mid-line
|
|
* multi-line comment */
|
|
|
|
/* Some comment
|
|
* TODO This is a mid-comment
|
|
* multi-line comment with two
|
|
* TODO comments
|
|
* inside it */
|
|
|
|
/* TODO This comment mentions TODO in its body too */
|
|
|
|
// TODO: Can have C++-style comments too
|
|
|