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