blob: be712b3029ddfb117db519fca3895b790c8c4de3 (
plain)
1
2
3
4
5
6
7
8
9
|
// Comments
/* Comment block */
/* Multi-line
* comment block
*/
/* /**/ /** */ /* comments within comments */ */
/** /* */ /** **/ **/
// /* Commented-out comment block
// Line comment
|