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