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