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