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