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