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