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