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