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