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