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