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