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