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