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