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