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