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