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