1/* this is a comment */
2// so is this
3// */
4f = g/**//h;
5/*//*/l();
6m = n//**/o
7+ p;
8/* this
9comment spans
10multiple lines and
11contains *** stars
12and slashes / *** /
13and other stuff.
14****/
15more code here
16/* Test that /* nested
17   comments */
18are not treated like comments.
19/*/ this is a comment */
20/*/*/
21