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