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