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