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