ref: e285c2cb9e9a0fcdd2c4dce862842b691713e7a0 dir: /test/add.myr/
const main = { var a var b a = 42 b = 11 -> a + b }