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