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