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