ref: a20f753e2585ef887f7242e7bd8863836df65715 dir: /test/mul.myr/
const main = { var a = 7 var b = 2 var c = 3 -> a * b * c }