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