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