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