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