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