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