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