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