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