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