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