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