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