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