TCPL/A.02.2_Comments
A.2.2 Comments
The characters /* introduce a comment, which terminates with the characters */. Comments do not nest, and they do not occur within a string or character literals.
The characters /* introduce a comment, which terminates with the characters */. Comments do not nest, and they do not occur within a string or character literals.