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