Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

063-comments.c 203B

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