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