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