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