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