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