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