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