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