================================================================================
comments
================================================================================
#
/**/
#top level comment
	/* block comment */
/**
 ** multi-line comment
 **/
--------------------------------------------------------------------------------
(source_file
  (comment)
  (comment)
  (comment)
  (comment)
  (comment))
