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