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