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