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