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