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