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