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