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