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