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