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