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