----
a()
/*
 * comment
 */
function x() {
  return;
}
----
###
# comment
###

x = ->
  return

a()
