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