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