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