options: { compat: true }
----
function fn () {
  a = 2;
  return;
}
----
fn = ->
  `a = 2`
  return
