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