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