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