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