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