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