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