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