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