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