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