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