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