ref: bbe432bb785e1c3085e17402480a86cd6759820c dir: /test/infermismatch.myr/
const main = { var a var b a = 1 b = 'a' a = b }