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