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