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