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