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