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