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