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