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