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