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