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