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