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