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