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