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