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