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