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