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