Files
2018-08-02 17:53:23 +01:00

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