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