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