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