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