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