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