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