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