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