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