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