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