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