blob: 4cda52236e0fde696010fefc7ead93edf207bfd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* this is a comment */
// so is this
// */
f = g/**//h;
/*//*/l();
m = n//**/o
+ p;
/* this
comment spans
multiple lines and
contains *** stars
and slashes / *** /
and other stuff.
****/
more code here
|