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