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