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