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