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