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